Uses of Class
com.azure.resourcemanager.batch.fluent.models.BatchAccountInner
Package
Description
Package containing the service clients for BatchManagementClient.
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of BatchAccountInner in com.azure.resourcemanager.batch.fluent
Modifier and TypeMethodDescriptionBatchAccountsClient.create
(String resourceGroupName, String accountName, BatchAccountCreateParameters parameters) Creates a new Batch account with the specified parameters.BatchAccountsClient.create
(String resourceGroupName, String accountName, BatchAccountCreateParameters parameters, com.azure.core.util.Context context) Creates a new Batch account with the specified parameters.BatchAccountsClient.getByResourceGroup
(String resourceGroupName, String accountName) Gets information about the specified Batch account.BatchAccountsClient.update
(String resourceGroupName, String accountName, BatchAccountUpdateParameters parameters) Updates the properties of an existing Batch account.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BatchAccountInner>,
BatchAccountInner> BatchAccountsClient.beginCreate
(String resourceGroupName, String accountName, BatchAccountCreateParameters parameters) Creates a new Batch account with the specified parameters.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BatchAccountInner>,
BatchAccountInner> BatchAccountsClient.beginCreate
(String resourceGroupName, String accountName, BatchAccountCreateParameters parameters) Creates a new Batch account with the specified parameters.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BatchAccountInner>,
BatchAccountInner> BatchAccountsClient.beginCreate
(String resourceGroupName, String accountName, BatchAccountCreateParameters parameters, com.azure.core.util.Context context) Creates a new Batch account with the specified parameters.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BatchAccountInner>,
BatchAccountInner> BatchAccountsClient.beginCreate
(String resourceGroupName, String accountName, BatchAccountCreateParameters parameters, com.azure.core.util.Context context) Creates a new Batch account with the specified parameters.com.azure.core.http.rest.Response<BatchAccountInner>
BatchAccountsClient.getByResourceGroupWithResponse
(String resourceGroupName, String accountName, com.azure.core.util.Context context) Gets information about the specified Batch account.com.azure.core.http.rest.PagedIterable<BatchAccountInner>
BatchAccountsClient.list()
Gets information about the Batch accounts associated with the subscription.com.azure.core.http.rest.PagedIterable<BatchAccountInner>
BatchAccountsClient.list
(com.azure.core.util.Context context) Gets information about the Batch accounts associated with the subscription.com.azure.core.http.rest.PagedIterable<BatchAccountInner>
BatchAccountsClient.listByResourceGroup
(String resourceGroupName) Gets information about the Batch accounts associated with the specified resource group.com.azure.core.http.rest.PagedIterable<BatchAccountInner>
BatchAccountsClient.listByResourceGroup
(String resourceGroupName, com.azure.core.util.Context context) Gets information about the Batch accounts associated with the specified resource group.com.azure.core.http.rest.Response<BatchAccountInner>
BatchAccountsClient.updateWithResponse
(String resourceGroupName, String accountName, BatchAccountUpdateParameters parameters, com.azure.core.util.Context context) Updates the properties of an existing Batch account. -
Uses of BatchAccountInner in com.azure.resourcemanager.batch.fluent.models
Modifier and TypeMethodDescriptionBatchAccountInner.withIdentity
(BatchAccountIdentity identity) Set the identity property: The identity of the Batch account.BatchAccountInner.withLocation
(String location) BatchAccountInner.withNetworkProfile
(NetworkProfile networkProfile) Set the networkProfile property: The network profile only takes effect when publicNetworkAccess is enabled.BatchAccountInner.withPublicNetworkAccess
(PublicNetworkAccessType publicNetworkAccess) Set the publicNetworkAccess property: If not specified, the default value is 'enabled'. -
Uses of BatchAccountInner in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionBatchAccount.innerModel()
Gets the inner com.azure.resourcemanager.batch.fluent.models.BatchAccountInner object.Modifier and TypeMethodDescriptionBatchAccountListResult.value()
Get the value property: The collection of Batch accounts returned by the listing operation.Modifier and TypeMethodDescriptionBatchAccountListResult.withValue
(List<BatchAccountInner> value) Set the value property: The collection of Batch accounts returned by the listing operation.