azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

252 строки
22 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.batch.BatchAccountCreateParameters"
fullName: "com.microsoft.azure.management.batch.BatchAccountCreateParameters"
name: "BatchAccountCreateParameters"
nameWithType: "BatchAccountCreateParameters"
summary: "Parameters supplied to the Create operation."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **BatchAccountCreateParameters**"
constructors:
- uid: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.BatchAccountCreateParameters()"
fullName: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.BatchAccountCreateParameters()"
name: "BatchAccountCreateParameters()"
nameWithType: "BatchAccountCreateParameters.BatchAccountCreateParameters()"
syntax: "public BatchAccountCreateParameters()"
methods:
- uid: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.allowedAuthenticationModes()"
fullName: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.allowedAuthenticationModes()"
name: "allowedAuthenticationModes()"
nameWithType: "BatchAccountCreateParameters.allowedAuthenticationModes()"
summary: "Get list of allowed authentication modes for the Batch account that can be used to authenticate with the data plane."
syntax: "public List<AuthenticationMode> allowedAuthenticationModes()"
desc: "Get list of allowed authentication modes for the Batch account that can be used to authenticate with the data plane. This does not affect authentication with the control plane."
returns:
description: "the allowedAuthenticationModes value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.batch.AuthenticationMode?alt=com.microsoft.azure.management.batch.AuthenticationMode&text=AuthenticationMode\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.autoStorage()"
fullName: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.autoStorage()"
name: "autoStorage()"
nameWithType: "BatchAccountCreateParameters.autoStorage()"
summary: "Get the properties related to the auto-storage account."
syntax: "public AutoStorageBaseProperties autoStorage()"
desc: "Get the properties related to the auto-storage account."
returns:
description: "the autoStorage value"
type: "<xref href=\"com.microsoft.azure.management.batch.AutoStorageBaseProperties?alt=com.microsoft.azure.management.batch.AutoStorageBaseProperties&text=AutoStorageBaseProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.encryption()"
fullName: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.encryption()"
name: "encryption()"
nameWithType: "BatchAccountCreateParameters.encryption()"
summary: "Get configures how customer data is encrypted inside the Batch account."
syntax: "public EncryptionProperties encryption()"
desc: "Get configures how customer data is encrypted inside the Batch account. By default, accounts are encrypted using a Microsoft managed key. For additional control, a customer-managed key can be used instead."
returns:
description: "the encryption value"
type: "<xref href=\"com.microsoft.azure.management.batch.EncryptionProperties?alt=com.microsoft.azure.management.batch.EncryptionProperties&text=EncryptionProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.identity()"
fullName: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.identity()"
name: "identity()"
nameWithType: "BatchAccountCreateParameters.identity()"
summary: "Get the identity of the Batch account."
syntax: "public BatchAccountIdentity identity()"
desc: "Get the identity of the Batch account."
returns:
description: "the identity value"
type: "<xref href=\"com.microsoft.azure.management.batch.BatchAccountIdentity?alt=com.microsoft.azure.management.batch.BatchAccountIdentity&text=BatchAccountIdentity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.keyVaultReference()"
fullName: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.keyVaultReference()"
name: "keyVaultReference()"
nameWithType: "BatchAccountCreateParameters.keyVaultReference()"
summary: "Get a reference to the Azure key vault associated with the Batch account."
syntax: "public KeyVaultReference keyVaultReference()"
desc: "Get a reference to the Azure key vault associated with the Batch account."
returns:
description: "the keyVaultReference value"
type: "<xref href=\"com.microsoft.azure.management.batch.KeyVaultReference?alt=com.microsoft.azure.management.batch.KeyVaultReference&text=KeyVaultReference\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.location()"
fullName: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.location()"
name: "location()"
nameWithType: "BatchAccountCreateParameters.location()"
summary: "Get the region in which to create the account."
syntax: "public String location()"
desc: "Get the region in which to create the account."
returns:
description: "the location value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.poolAllocationMode()"
fullName: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.poolAllocationMode()"
name: "poolAllocationMode()"
nameWithType: "BatchAccountCreateParameters.poolAllocationMode()"
summary: "Get the pool allocation mode also affects how clients may authenticate to the Batch Service API."
syntax: "public PoolAllocationMode poolAllocationMode()"
desc: "Get the pool allocation mode also affects how clients may authenticate to the Batch Service API. If the mode is BatchService, clients may authenticate using access keys or Azure Active Directory. If the mode is UserSubscription, clients must use Azure Active Directory. The default is BatchService. Possible values include: 'BatchService', 'UserSubscription'."
returns:
description: "the poolAllocationMode value"
type: "<xref href=\"com.microsoft.azure.management.batch.PoolAllocationMode?alt=com.microsoft.azure.management.batch.PoolAllocationMode&text=PoolAllocationMode\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.publicNetworkAccess()"
fullName: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.publicNetworkAccess()"
name: "publicNetworkAccess()"
nameWithType: "BatchAccountCreateParameters.publicNetworkAccess()"
summary: "Get if not specified, the default value is 'enabled'."
syntax: "public PublicNetworkAccessType publicNetworkAccess()"
desc: "Get if not specified, the default value is 'enabled'. Possible values include: 'Enabled', 'Disabled'."
returns:
description: "the publicNetworkAccess value"
type: "<xref href=\"com.microsoft.azure.management.batch.PublicNetworkAccessType?alt=com.microsoft.azure.management.batch.PublicNetworkAccessType&text=PublicNetworkAccessType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.tags()"
fullName: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.tags()"
name: "tags()"
nameWithType: "BatchAccountCreateParameters.tags()"
summary: "Get the user-specified tags associated with the account."
syntax: "public Map<String,String> tags()"
desc: "Get the user-specified tags associated with the account."
returns:
description: "the tags value"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.withAllowedAuthenticationModes(java.util.List<com.microsoft.azure.management.batch.AuthenticationMode>)"
fullName: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.withAllowedAuthenticationModes(List<AuthenticationMode> allowedAuthenticationModes)"
name: "withAllowedAuthenticationModes(List<AuthenticationMode> allowedAuthenticationModes)"
nameWithType: "BatchAccountCreateParameters.withAllowedAuthenticationModes(List<AuthenticationMode> allowedAuthenticationModes)"
summary: "Set list of allowed authentication modes for the Batch account that can be used to authenticate with the data plane."
parameters:
- description: "the allowedAuthenticationModes value to set"
name: "allowedAuthenticationModes"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.batch.AuthenticationMode?alt=com.microsoft.azure.management.batch.AuthenticationMode&text=AuthenticationMode\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public BatchAccountCreateParameters withAllowedAuthenticationModes(List<AuthenticationMode> allowedAuthenticationModes)"
desc: "Set list of allowed authentication modes for the Batch account that can be used to authenticate with the data plane. This does not affect authentication with the control plane."
returns:
description: "the BatchAccountCreateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.BatchAccountCreateParameters?alt=com.microsoft.azure.management.batch.BatchAccountCreateParameters&text=BatchAccountCreateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.withAutoStorage(com.microsoft.azure.management.batch.AutoStorageBaseProperties)"
fullName: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.withAutoStorage(AutoStorageBaseProperties autoStorage)"
name: "withAutoStorage(AutoStorageBaseProperties autoStorage)"
nameWithType: "BatchAccountCreateParameters.withAutoStorage(AutoStorageBaseProperties autoStorage)"
summary: "Set the properties related to the auto-storage account."
parameters:
- description: "the autoStorage value to set"
name: "autoStorage"
type: "<xref href=\"com.microsoft.azure.management.batch.AutoStorageBaseProperties?alt=com.microsoft.azure.management.batch.AutoStorageBaseProperties&text=AutoStorageBaseProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BatchAccountCreateParameters withAutoStorage(AutoStorageBaseProperties autoStorage)"
desc: "Set the properties related to the auto-storage account."
returns:
description: "the BatchAccountCreateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.BatchAccountCreateParameters?alt=com.microsoft.azure.management.batch.BatchAccountCreateParameters&text=BatchAccountCreateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.withEncryption(com.microsoft.azure.management.batch.EncryptionProperties)"
fullName: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.withEncryption(EncryptionProperties encryption)"
name: "withEncryption(EncryptionProperties encryption)"
nameWithType: "BatchAccountCreateParameters.withEncryption(EncryptionProperties encryption)"
summary: "Set configures how customer data is encrypted inside the Batch account."
parameters:
- description: "the encryption value to set"
name: "encryption"
type: "<xref href=\"com.microsoft.azure.management.batch.EncryptionProperties?alt=com.microsoft.azure.management.batch.EncryptionProperties&text=EncryptionProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BatchAccountCreateParameters withEncryption(EncryptionProperties encryption)"
desc: "Set configures how customer data is encrypted inside the Batch account. By default, accounts are encrypted using a Microsoft managed key. For additional control, a customer-managed key can be used instead."
returns:
description: "the BatchAccountCreateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.BatchAccountCreateParameters?alt=com.microsoft.azure.management.batch.BatchAccountCreateParameters&text=BatchAccountCreateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.withIdentity(com.microsoft.azure.management.batch.BatchAccountIdentity)"
fullName: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.withIdentity(BatchAccountIdentity identity)"
name: "withIdentity(BatchAccountIdentity identity)"
nameWithType: "BatchAccountCreateParameters.withIdentity(BatchAccountIdentity identity)"
summary: "Set the identity of the Batch account."
parameters:
- description: "the identity value to set"
name: "identity"
type: "<xref href=\"com.microsoft.azure.management.batch.BatchAccountIdentity?alt=com.microsoft.azure.management.batch.BatchAccountIdentity&text=BatchAccountIdentity\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BatchAccountCreateParameters withIdentity(BatchAccountIdentity identity)"
desc: "Set the identity of the Batch account."
returns:
description: "the BatchAccountCreateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.BatchAccountCreateParameters?alt=com.microsoft.azure.management.batch.BatchAccountCreateParameters&text=BatchAccountCreateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.withKeyVaultReference(com.microsoft.azure.management.batch.KeyVaultReference)"
fullName: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.withKeyVaultReference(KeyVaultReference keyVaultReference)"
name: "withKeyVaultReference(KeyVaultReference keyVaultReference)"
nameWithType: "BatchAccountCreateParameters.withKeyVaultReference(KeyVaultReference keyVaultReference)"
summary: "Set a reference to the Azure key vault associated with the Batch account."
parameters:
- description: "the keyVaultReference value to set"
name: "keyVaultReference"
type: "<xref href=\"com.microsoft.azure.management.batch.KeyVaultReference?alt=com.microsoft.azure.management.batch.KeyVaultReference&text=KeyVaultReference\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BatchAccountCreateParameters withKeyVaultReference(KeyVaultReference keyVaultReference)"
desc: "Set a reference to the Azure key vault associated with the Batch account."
returns:
description: "the BatchAccountCreateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.BatchAccountCreateParameters?alt=com.microsoft.azure.management.batch.BatchAccountCreateParameters&text=BatchAccountCreateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.withLocation(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.withLocation(String location)"
name: "withLocation(String location)"
nameWithType: "BatchAccountCreateParameters.withLocation(String location)"
summary: "Set the region in which to create the account."
parameters:
- description: "the location value to set"
name: "location"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BatchAccountCreateParameters withLocation(String location)"
desc: "Set the region in which to create the account."
returns:
description: "the BatchAccountCreateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.BatchAccountCreateParameters?alt=com.microsoft.azure.management.batch.BatchAccountCreateParameters&text=BatchAccountCreateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.withPoolAllocationMode(com.microsoft.azure.management.batch.PoolAllocationMode)"
fullName: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.withPoolAllocationMode(PoolAllocationMode poolAllocationMode)"
name: "withPoolAllocationMode(PoolAllocationMode poolAllocationMode)"
nameWithType: "BatchAccountCreateParameters.withPoolAllocationMode(PoolAllocationMode poolAllocationMode)"
summary: "Set the pool allocation mode also affects how clients may authenticate to the Batch Service API."
parameters:
- description: "the poolAllocationMode value to set"
name: "poolAllocationMode"
type: "<xref href=\"com.microsoft.azure.management.batch.PoolAllocationMode?alt=com.microsoft.azure.management.batch.PoolAllocationMode&text=PoolAllocationMode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BatchAccountCreateParameters withPoolAllocationMode(PoolAllocationMode poolAllocationMode)"
desc: "Set the pool allocation mode also affects how clients may authenticate to the Batch Service API. If the mode is BatchService, clients may authenticate using access keys or Azure Active Directory. If the mode is UserSubscription, clients must use Azure Active Directory. The default is BatchService. Possible values include: 'BatchService', 'UserSubscription'."
returns:
description: "the BatchAccountCreateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.BatchAccountCreateParameters?alt=com.microsoft.azure.management.batch.BatchAccountCreateParameters&text=BatchAccountCreateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.withPublicNetworkAccess(com.microsoft.azure.management.batch.PublicNetworkAccessType)"
fullName: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.withPublicNetworkAccess(PublicNetworkAccessType publicNetworkAccess)"
name: "withPublicNetworkAccess(PublicNetworkAccessType publicNetworkAccess)"
nameWithType: "BatchAccountCreateParameters.withPublicNetworkAccess(PublicNetworkAccessType publicNetworkAccess)"
summary: "Set if not specified, the default value is 'enabled'."
parameters:
- description: "the publicNetworkAccess value to set"
name: "publicNetworkAccess"
type: "<xref href=\"com.microsoft.azure.management.batch.PublicNetworkAccessType?alt=com.microsoft.azure.management.batch.PublicNetworkAccessType&text=PublicNetworkAccessType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BatchAccountCreateParameters withPublicNetworkAccess(PublicNetworkAccessType publicNetworkAccess)"
desc: "Set if not specified, the default value is 'enabled'. Possible values include: 'Enabled', 'Disabled'."
returns:
description: "the BatchAccountCreateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.BatchAccountCreateParameters?alt=com.microsoft.azure.management.batch.BatchAccountCreateParameters&text=BatchAccountCreateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.microsoft.azure.management.batch.BatchAccountCreateParameters.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "BatchAccountCreateParameters.withTags(Map<String,String> tags)"
summary: "Set the user-specified tags associated with the account."
parameters:
- description: "the tags value to set"
name: "tags"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public BatchAccountCreateParameters withTags(Map<String,String> tags)"
desc: "Set the user-specified tags associated with the account."
returns:
description: "the BatchAccountCreateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.BatchAccountCreateParameters?alt=com.microsoft.azure.management.batch.BatchAccountCreateParameters&text=BatchAccountCreateParameters\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Parameters supplied to the Create operation."
metadata: {}
package: "com.microsoft.azure.management.batch"
artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4