AccountProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties of Cognitive Services account.
public class AccountProperties
type AccountProperties = class
Public Class AccountProperties
- Inheritance
-
AccountProperties
Constructors
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. |
Properties
AllowedFqdnList | |
ApiProperties |
Gets or sets the api properties for special APIs. |
CallRateLimit | |
Capabilities |
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. |
CustomSubDomainName |
Gets or sets optional subdomain name used for token-based authentication. |
DateCreated |
Gets the date of cognitive services account creation. |
DeletionDate |
Gets the deletion date, only available for deleted account. |
DisableLocalAuth | |
DynamicThrottlingEnabled |
Gets or sets the flag to enable dynamic throttling. |
Encryption |
Gets or sets the encryption properties for this resource. |
Endpoint |
Gets endpoint of the created account. |
Endpoints | |
InternalId |
Gets the internal identifier (deprecated, do not use this property). |
IsMigrated |
Gets if the resource is migrated from an existing key. |
MigrationToken |
Gets or sets resource migration token. |
NetworkAcls |
Gets or sets a collection of rules governing the accessibility from specific network locations. |
PrivateEndpointConnections |
Gets the private endpoint connection associated with the Cognitive Services account. |
ProvisioningState |
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' |
PublicNetworkAccess |
Gets or sets whether or not public endpoint access is allowed for this account. Possible values include: 'Enabled', 'Disabled' |
QuotaLimit | |
Restore | |
RestrictOutboundNetworkAccess | |
ScheduledPurgeDate |
Gets the scheduled purge date, only available for deleted account. |
SkuChangeInfo |
Gets sku change info of account. |
UserOwnedStorage |
Gets or sets the storage accounts for this resource. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET