Dela via


AccountProperties Constructors

Definition

Overloads

AccountProperties()

Initializes a new instance of the AccountProperties class.

AccountProperties(String, String, String, IList<SkuCapability>, Nullable<Boolean>, String, SkuChangeInfo, String, NetworkRuleSet, Encryption, IList<UserOwnedStorage>, IList<PrivateEndpointConnection>, String, ApiProperties, String, CallRateLimit, Nullable<Boolean>, QuotaLimit, Nullable<Boolean>, IList<String>, Nullable<Boolean>, IDictionary<String,String>, Nullable<Boolean>, String, String)

Initializes a new instance of the AccountProperties class.

AccountProperties()

Initializes a new instance of the AccountProperties class.

public AccountProperties ();
Public Sub New ()

Applies to

AccountProperties(String, String, String, IList<SkuCapability>, Nullable<Boolean>, String, SkuChangeInfo, String, NetworkRuleSet, Encryption, IList<UserOwnedStorage>, IList<PrivateEndpointConnection>, String, ApiProperties, String, CallRateLimit, Nullable<Boolean>, QuotaLimit, Nullable<Boolean>, IList<String>, Nullable<Boolean>, IDictionary<String,String>, Nullable<Boolean>, String, String)

Initializes a new instance of the AccountProperties class.

public AccountProperties (string provisioningState = default, string endpoint = default, string internalId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.CognitiveServices.Models.SkuCapability> capabilities = default, bool? isMigrated = default, string migrationToken = default, Microsoft.Azure.Management.CognitiveServices.Models.SkuChangeInfo skuChangeInfo = default, string customSubDomainName = default, Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet networkAcls = default, Microsoft.Azure.Management.CognitiveServices.Models.Encryption encryption = default, System.Collections.Generic.IList<Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage> userOwnedStorage = default, System.Collections.Generic.IList<Microsoft.Azure.Management.CognitiveServices.Models.PrivateEndpointConnection> privateEndpointConnections = default, string publicNetworkAccess = default, Microsoft.Azure.Management.CognitiveServices.Models.ApiProperties apiProperties = default, string dateCreated = default, Microsoft.Azure.Management.CognitiveServices.Models.CallRateLimit callRateLimit = default, bool? dynamicThrottlingEnabled = default, Microsoft.Azure.Management.CognitiveServices.Models.QuotaLimit quotaLimit = default, bool? restrictOutboundNetworkAccess = default, System.Collections.Generic.IList<string> allowedFqdnList = default, bool? disableLocalAuth = default, System.Collections.Generic.IDictionary<string,string> endpoints = default, bool? restore = default, string deletionDate = default, string scheduledPurgeDate = default);
new Microsoft.Azure.Management.CognitiveServices.Models.AccountProperties : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.CognitiveServices.Models.SkuCapability> * Nullable<bool> * string * Microsoft.Azure.Management.CognitiveServices.Models.SkuChangeInfo * string * Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet * Microsoft.Azure.Management.CognitiveServices.Models.Encryption * System.Collections.Generic.IList<Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage> * System.Collections.Generic.IList<Microsoft.Azure.Management.CognitiveServices.Models.PrivateEndpointConnection> * string * Microsoft.Azure.Management.CognitiveServices.Models.ApiProperties * string * Microsoft.Azure.Management.CognitiveServices.Models.CallRateLimit * Nullable<bool> * Microsoft.Azure.Management.CognitiveServices.Models.QuotaLimit * Nullable<bool> * System.Collections.Generic.IList<string> * Nullable<bool> * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> * string * string -> Microsoft.Azure.Management.CognitiveServices.Models.AccountProperties
Public Sub New (Optional provisioningState As String = Nothing, Optional endpoint As String = Nothing, Optional internalId As String = Nothing, Optional capabilities As IList(Of SkuCapability) = Nothing, Optional isMigrated As Nullable(Of Boolean) = Nothing, Optional migrationToken As String = Nothing, Optional skuChangeInfo As SkuChangeInfo = Nothing, Optional customSubDomainName As String = Nothing, Optional networkAcls As NetworkRuleSet = Nothing, Optional encryption As Encryption = Nothing, Optional userOwnedStorage As IList(Of UserOwnedStorage) = Nothing, Optional privateEndpointConnections As IList(Of PrivateEndpointConnection) = Nothing, Optional publicNetworkAccess As String = Nothing, Optional apiProperties As ApiProperties = Nothing, Optional dateCreated As String = Nothing, Optional callRateLimit As CallRateLimit = Nothing, Optional dynamicThrottlingEnabled As Nullable(Of Boolean) = Nothing, Optional quotaLimit As QuotaLimit = Nothing, Optional restrictOutboundNetworkAccess As Nullable(Of Boolean) = Nothing, Optional allowedFqdnList As IList(Of String) = Nothing, Optional disableLocalAuth As Nullable(Of Boolean) = Nothing, Optional endpoints As IDictionary(Of String, String) = Nothing, Optional restore As Nullable(Of Boolean) = Nothing, Optional deletionDate As String = Nothing, Optional scheduledPurgeDate As String = Nothing)

Parameters

provisioningState
String

Gets the status of the cognitive services account at the time the operation was called. Possible values include: 'Accepted', 'Creating', 'Deleting', 'Moving', 'Failed', 'Succeeded', 'ResolvingDNS'

endpoint
String

Endpoint of the created account.

internalId
String

The internal identifier (deprecated, do not use this property).

capabilities
IList<SkuCapability>

Gets the capabilities of the cognitive services account. Each item indicates the capability of a specific feature. The values are read-only and for reference only.

isMigrated
Nullable<Boolean>

If the resource is migrated from an existing key.

migrationToken
String

Resource migration token.

skuChangeInfo
SkuChangeInfo

Sku change info of account.

customSubDomainName
String

Optional subdomain name used for token-based authentication.

networkAcls
NetworkRuleSet

A collection of rules governing the accessibility from specific network locations.

encryption
Encryption

The encryption properties for this resource.

userOwnedStorage
IList<UserOwnedStorage>

The storage accounts for this resource.

privateEndpointConnections
IList<PrivateEndpointConnection>

The private endpoint connection associated with the Cognitive Services account.

publicNetworkAccess
String

Whether or not public endpoint access is allowed for this account. Possible values include: 'Enabled', 'Disabled'

apiProperties
ApiProperties

The api properties for special APIs.

dateCreated
String

Gets the date of cognitive services account creation.

callRateLimit
CallRateLimit
dynamicThrottlingEnabled
Nullable<Boolean>

The flag to enable dynamic throttling.

quotaLimit
QuotaLimit
restrictOutboundNetworkAccess
Nullable<Boolean>
allowedFqdnList
IList<String>
disableLocalAuth
Nullable<Boolean>
restore
Nullable<Boolean>
deletionDate
String

The deletion date, only available for deleted account.

scheduledPurgeDate
String

The scheduled purge date, only available for deleted account.

Applies to