Skip to content

Commit

Permalink
CodeGen from PR 23862 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 1d0e26737916d15b2ae500d11abbcb57b930ee81 into 55fc71748c6f51a049fb77aa162ca797aabfbae6
  • Loading branch information
SDKAuto committed Jul 25, 2023
1 parent 484f51f commit 13c673b
Show file tree
Hide file tree
Showing 20 changed files with 538 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,68 @@ public static partial class ArmMapsModelFactory
{
public static Azure.ResourceManager.Maps.MapsAccountData MapsAccountData(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, System.Collections.Generic.IDictionary<string, string> tags = null, Azure.Core.AzureLocation location = default(Azure.Core.AzureLocation), Azure.ResourceManager.Maps.Models.MapsSku sku = null, Azure.ResourceManager.Maps.Models.MapsAccountKind? kind = default(Azure.ResourceManager.Maps.Models.MapsAccountKind?), Azure.ResourceManager.Models.ManagedServiceIdentity identity = null, Azure.ResourceManager.Maps.Models.MapsAccountProperties properties = null) { throw null; }
public static Azure.ResourceManager.Maps.Models.MapsAccountKeys MapsAccountKeys(System.DateTimeOffset? primaryKeyLastUpdatedOn = default(System.DateTimeOffset?), string primaryKey = null, string secondaryKey = null, System.DateTimeOffset? secondaryKeyLastUpdatedOn = default(System.DateTimeOffset?)) { throw null; }
public static Azure.ResourceManager.Maps.Models.MapsAccountProperties MapsAccountProperties(System.Guid? uniqueId = default(System.Guid?), bool? disableLocalAuth = default(bool?), string provisioningState = null, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Maps.Models.MapsLinkedResource> linkedResources = null, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Maps.Models.MapsCorsRule> corsRulesValue = null) { throw null; }
public static Azure.ResourceManager.Maps.Models.MapsAccountProperties MapsAccountProperties(System.Guid? uniqueId = default(System.Guid?), bool? disableLocalAuth = default(bool?), string provisioningState = null, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Maps.Models.MapsLinkedResource> linkedResources = null, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Maps.Models.MapsCorsRule> corsRulesValue = null, Azure.ResourceManager.Maps.Models.Encryption encryption = null) { throw null; }
public static Azure.ResourceManager.Maps.Models.MapsAccountSasToken MapsAccountSasToken(string accountSasToken = null) { throw null; }
public static Azure.ResourceManager.Maps.MapsCreatorData MapsCreatorData(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, System.Collections.Generic.IDictionary<string, string> tags = null, Azure.Core.AzureLocation location = default(Azure.Core.AzureLocation), Azure.ResourceManager.Maps.Models.MapsCreatorProperties properties = null) { throw null; }
public static Azure.ResourceManager.Maps.Models.MapsCreatorProperties MapsCreatorProperties(string provisioningState = null, int storageUnits = 0) { throw null; }
public static Azure.ResourceManager.Maps.Models.MapsSku MapsSku(Azure.ResourceManager.Maps.Models.MapsSkuName name = default(Azure.ResourceManager.Maps.Models.MapsSkuName), string tier = null) { throw null; }
}
public partial class CustomerManagedKeyEncryption
{
public CustomerManagedKeyEncryption() { }
public Azure.ResourceManager.Maps.Models.CustomerManagedKeyEncryptionKeyIdentity KeyEncryptionKeyIdentity { get { throw null; } set { } }
public System.Uri KeyEncryptionKeyUri { get { throw null; } set { } }
}
public partial class CustomerManagedKeyEncryptionKeyIdentity
{
public CustomerManagedKeyEncryptionKeyIdentity() { }
public System.Guid? DelegatedIdentityClientId { get { throw null; } set { } }
public Azure.ResourceManager.Maps.Models.IdentityType? IdentityType { get { throw null; } set { } }
public Azure.Core.ResourceIdentifier UserAssignedIdentityResourceId { get { throw null; } set { } }
}
public partial class Encryption
{
public Encryption() { }
public Azure.ResourceManager.Maps.Models.CustomerManagedKeyEncryption CustomerManagedKeyEncryption { get { throw null; } set { } }
public Azure.ResourceManager.Maps.Models.InfrastructureEncryption? InfrastructureEncryption { get { throw null; } set { } }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct IdentityType : System.IEquatable<Azure.ResourceManager.Maps.Models.IdentityType>
{
private readonly object _dummy;
private readonly int _dummyPrimitive;
public IdentityType(string value) { throw null; }
public static Azure.ResourceManager.Maps.Models.IdentityType DelegatedResourceIdentity { get { throw null; } }
public static Azure.ResourceManager.Maps.Models.IdentityType SystemAssignedIdentity { get { throw null; } }
public static Azure.ResourceManager.Maps.Models.IdentityType UserAssignedIdentity { get { throw null; } }
public bool Equals(Azure.ResourceManager.Maps.Models.IdentityType other) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override bool Equals(object obj) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override int GetHashCode() { throw null; }
public static bool operator ==(Azure.ResourceManager.Maps.Models.IdentityType left, Azure.ResourceManager.Maps.Models.IdentityType right) { throw null; }
public static implicit operator Azure.ResourceManager.Maps.Models.IdentityType (string value) { throw null; }
public static bool operator !=(Azure.ResourceManager.Maps.Models.IdentityType left, Azure.ResourceManager.Maps.Models.IdentityType right) { throw null; }
public override string ToString() { throw null; }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct InfrastructureEncryption : System.IEquatable<Azure.ResourceManager.Maps.Models.InfrastructureEncryption>
{
private readonly object _dummy;
private readonly int _dummyPrimitive;
public InfrastructureEncryption(string value) { throw null; }
public static Azure.ResourceManager.Maps.Models.InfrastructureEncryption Disabled { get { throw null; } }
public static Azure.ResourceManager.Maps.Models.InfrastructureEncryption Enabled { get { throw null; } }
public bool Equals(Azure.ResourceManager.Maps.Models.InfrastructureEncryption other) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override bool Equals(object obj) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override int GetHashCode() { throw null; }
public static bool operator ==(Azure.ResourceManager.Maps.Models.InfrastructureEncryption left, Azure.ResourceManager.Maps.Models.InfrastructureEncryption right) { throw null; }
public static implicit operator Azure.ResourceManager.Maps.Models.InfrastructureEncryption (string value) { throw null; }
public static bool operator !=(Azure.ResourceManager.Maps.Models.InfrastructureEncryption left, Azure.ResourceManager.Maps.Models.InfrastructureEncryption right) { throw null; }
public override string ToString() { throw null; }
}
public partial class MapsAccountKeys
{
internal MapsAccountKeys() { }
Expand Down Expand Up @@ -146,6 +202,7 @@ public partial class MapsAccountPatch
public MapsAccountPatch() { }
public System.Collections.Generic.IList<Azure.ResourceManager.Maps.Models.MapsCorsRule> CorsRulesValue { get { throw null; } }
public bool? DisableLocalAuth { get { throw null; } set { } }
public Azure.ResourceManager.Maps.Models.Encryption Encryption { get { throw null; } set { } }
public Azure.ResourceManager.Models.ManagedServiceIdentity Identity { get { throw null; } set { } }
public Azure.ResourceManager.Maps.Models.MapsAccountKind? Kind { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.Maps.Models.MapsLinkedResource> LinkedResources { get { throw null; } }
Expand All @@ -159,6 +216,7 @@ public partial class MapsAccountProperties
public MapsAccountProperties() { }
public System.Collections.Generic.IList<Azure.ResourceManager.Maps.Models.MapsCorsRule> CorsRulesValue { get { throw null; } }
public bool? DisableLocalAuth { get { throw null; } set { } }
public Azure.ResourceManager.Maps.Models.Encryption Encryption { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.Maps.Models.MapsLinkedResource> LinkedResources { get { throw null; } }
public string ProvisioningState { get { throw null; } }
public System.Guid? UniqueId { get { throw null; } }
Expand Down Expand Up @@ -231,6 +289,7 @@ public MapsLinkedResource(string uniqueName, string id) { }
private readonly object _dummy;
private readonly int _dummyPrimitive;
public MapsSigningKey(string value) { throw null; }
public static Azure.ResourceManager.Maps.Models.MapsSigningKey ManagedIdentity { get { throw null; } }
public static Azure.ResourceManager.Maps.Models.MapsSigningKey PrimaryKey { get { throw null; } }
public static Azure.ResourceManager.Maps.Models.MapsSigningKey SecondaryKey { get { throw null; } }
public bool Equals(Azure.ResourceManager.Maps.Models.MapsSigningKey other) { throw null; }
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.

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

Loading

0 comments on commit 13c673b

Please sign in to comment.