Skip to content

Commit

Permalink
CodeGen from PR 27477 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 2ebd3e1c565cd8fcbd18f2209fb1f3cee981d7c3 into d1caa97a0dbf980d65ac4dee7728e83d9f94c7c2
  • Loading branch information
SDKAuto committed Jan 22, 2024
1 parent 69ebb59 commit bbe50ad
Show file tree
Hide file tree
Showing 566 changed files with 4,169 additions and 3,896 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7324,6 +7324,7 @@ public partial class ApplicationGatewayHeaderConfiguration : System.ClientModel.
public ApplicationGatewayHeaderConfiguration() { }
public string HeaderName { get { throw null; } set { } }
public string HeaderValue { get { throw null; } set { } }
public Azure.ResourceManager.Network.Models.HeaderValueMatcher HeaderValueMatcher { get { throw null; } set { } }
Azure.ResourceManager.Network.Models.ApplicationGatewayHeaderConfiguration System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ApplicationGatewayHeaderConfiguration>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
void System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ApplicationGatewayHeaderConfiguration>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.ResourceManager.Network.Models.ApplicationGatewayHeaderConfiguration System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ApplicationGatewayHeaderConfiguration>.Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
Expand Down Expand Up @@ -11483,6 +11484,19 @@ public GroupByVariable(Azure.ResourceManager.Network.Models.ApplicationGatewayFi
public static bool operator !=(Azure.ResourceManager.Network.Models.GroupConnectivity left, Azure.ResourceManager.Network.Models.GroupConnectivity right) { throw null; }
public override string ToString() { throw null; }
}
public partial class HeaderValueMatcher : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.HeaderValueMatcher>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.HeaderValueMatcher>
{
public HeaderValueMatcher() { }
public bool? IgnoreCase { get { throw null; } set { } }
public bool? Negate { get { throw null; } set { } }
public string Pattern { get { throw null; } set { } }
public string Variable { get { throw null; } set { } }
Azure.ResourceManager.Network.Models.HeaderValueMatcher System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.HeaderValueMatcher>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
void System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.HeaderValueMatcher>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.ResourceManager.Network.Models.HeaderValueMatcher System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.HeaderValueMatcher>.Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
string System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.HeaderValueMatcher>.GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
System.BinaryData System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.HeaderValueMatcher>.Write(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
}
public partial class HopLink : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.HopLink>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.HopLink>
{
internal HopLink() { }
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bbe50ad

Please sign in to comment.