azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.b...

141 строка
9.5 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.batch.BatchManager"
fullName: "com.azure.resourcemanager.batch.BatchManager"
name: "BatchManager"
nameWithType: "BatchManager"
summary: "Entry point to Batch<wbr>Manager."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **BatchManager**"
methods:
- uid: "com.azure.resourcemanager.batch.BatchManager.applicationPackages()"
fullName: "com.azure.resourcemanager.batch.BatchManager.applicationPackages()"
name: "applicationPackages()"
nameWithType: "BatchManager.applicationPackages()"
syntax: "public ApplicationPackages applicationPackages()"
returns:
description: "Resource collection API of ApplicationPackages."
type: "<xref href=\"com.azure.resourcemanager.batch.models.ApplicationPackages?alt=com.azure.resourcemanager.batch.models.ApplicationPackages&text=ApplicationPackages\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.BatchManager.applications()"
fullName: "com.azure.resourcemanager.batch.BatchManager.applications()"
name: "applications()"
nameWithType: "BatchManager.applications()"
syntax: "public Applications applications()"
returns:
description: "Resource collection API of Applications."
type: "<xref href=\"com.azure.resourcemanager.batch.models.Applications?alt=com.azure.resourcemanager.batch.models.Applications&text=Applications\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.BatchManager.authenticate(com.azure.core.credential.TokenCredential,com.azure.core.management.profile.AzureProfile)"
fullName: "com.azure.resourcemanager.batch.BatchManager.authenticate(TokenCredential credential, AzureProfile profile)"
name: "authenticate(TokenCredential credential, AzureProfile profile)"
nameWithType: "BatchManager.authenticate(TokenCredential credential, AzureProfile profile)"
summary: "Creates an instance of Batch service API entry point."
modifiers:
- "static"
parameters:
- description: "the credential to use."
name: "credential"
type: "<xref href=\"com.azure.core.credential.TokenCredential?alt=com.azure.core.credential.TokenCredential&text=TokenCredential\" data-throw-if-not-resolved=\"False\" />"
- description: "the Azure profile for client."
name: "profile"
type: "<xref href=\"com.azure.core.management.profile.AzureProfile?alt=com.azure.core.management.profile.AzureProfile&text=AzureProfile\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static BatchManager authenticate(TokenCredential credential, AzureProfile profile)"
desc: "Creates an instance of Batch service API entry point."
returns:
description: "the Batch service API instance."
type: "<xref href=\"com.azure.resourcemanager.batch.BatchManager?alt=com.azure.resourcemanager.batch.BatchManager&text=BatchManager\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.BatchManager.batchAccounts()"
fullName: "com.azure.resourcemanager.batch.BatchManager.batchAccounts()"
name: "batchAccounts()"
nameWithType: "BatchManager.batchAccounts()"
syntax: "public BatchAccounts batchAccounts()"
returns:
description: "Resource collection API of BatchAccounts."
type: "<xref href=\"com.azure.resourcemanager.batch.models.BatchAccounts?alt=com.azure.resourcemanager.batch.models.BatchAccounts&text=BatchAccounts\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.BatchManager.certificates()"
fullName: "com.azure.resourcemanager.batch.BatchManager.certificates()"
name: "certificates()"
nameWithType: "BatchManager.certificates()"
syntax: "public Certificates certificates()"
returns:
description: "Resource collection API of Certificates."
type: "<xref href=\"com.azure.resourcemanager.batch.models.Certificates?alt=com.azure.resourcemanager.batch.models.Certificates&text=Certificates\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.BatchManager.configure()"
fullName: "com.azure.resourcemanager.batch.BatchManager.configure()"
name: "configure()"
nameWithType: "BatchManager.configure()"
summary: "Gets a Configurable instance that can be used to create Batch<wbr>Manager with optional configuration."
modifiers:
- "static"
syntax: "public static BatchManager.Configurable configure()"
desc: "Gets a Configurable instance that can be used to create BatchManager with optional configuration."
returns:
description: "the Configurable instance allowing configurations."
type: "<xref href=\"com.azure.resourcemanager.batch.BatchManager.Configurable?alt=com.azure.resourcemanager.batch.BatchManager.Configurable&text=Configurable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.BatchManager.locations()"
fullName: "com.azure.resourcemanager.batch.BatchManager.locations()"
name: "locations()"
nameWithType: "BatchManager.locations()"
syntax: "public Locations locations()"
returns:
description: "Resource collection API of Locations."
type: "<xref href=\"com.azure.resourcemanager.batch.models.Locations?alt=com.azure.resourcemanager.batch.models.Locations&text=Locations\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.BatchManager.operations()"
fullName: "com.azure.resourcemanager.batch.BatchManager.operations()"
name: "operations()"
nameWithType: "BatchManager.operations()"
syntax: "public Operations operations()"
returns:
description: "Resource collection API of Operations."
type: "<xref href=\"com.azure.resourcemanager.batch.models.Operations?alt=com.azure.resourcemanager.batch.models.Operations&text=Operations\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.BatchManager.pools()"
fullName: "com.azure.resourcemanager.batch.BatchManager.pools()"
name: "pools()"
nameWithType: "BatchManager.pools()"
syntax: "public Pools pools()"
returns:
description: "Resource collection API of Pools."
type: "<xref href=\"com.azure.resourcemanager.batch.models.Pools?alt=com.azure.resourcemanager.batch.models.Pools&text=Pools\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.BatchManager.privateEndpointConnections()"
fullName: "com.azure.resourcemanager.batch.BatchManager.privateEndpointConnections()"
name: "privateEndpointConnections()"
nameWithType: "BatchManager.privateEndpointConnections()"
syntax: "public PrivateEndpointConnections privateEndpointConnections()"
returns:
description: "Resource collection API of PrivateEndpointConnections."
type: "<xref href=\"com.azure.resourcemanager.batch.models.PrivateEndpointConnections?alt=com.azure.resourcemanager.batch.models.PrivateEndpointConnections&text=PrivateEndpointConnections\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.BatchManager.privateLinkResources()"
fullName: "com.azure.resourcemanager.batch.BatchManager.privateLinkResources()"
name: "privateLinkResources()"
nameWithType: "BatchManager.privateLinkResources()"
syntax: "public PrivateLinkResources privateLinkResources()"
returns:
description: "Resource collection API of PrivateLinkResources."
type: "<xref href=\"com.azure.resourcemanager.batch.models.PrivateLinkResources?alt=com.azure.resourcemanager.batch.models.PrivateLinkResources&text=PrivateLinkResources\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.BatchManager.serviceClient()"
fullName: "com.azure.resourcemanager.batch.BatchManager.serviceClient()"
name: "serviceClient()"
nameWithType: "BatchManager.serviceClient()"
syntax: "public BatchManagementClient serviceClient()"
returns:
description: "Wrapped service client BatchManagementClient providing direct access to the underlying auto-generated API\n implementation, based on Azure REST API."
type: "<xref href=\"com.azure.resourcemanager.batch.fluent.BatchManagementClient?alt=com.azure.resourcemanager.batch.fluent.BatchManagementClient&text=BatchManagementClient\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Entry point to BatchManager. Batch Client."
metadata: {}
package: "com.azure.resourcemanager.batch"
artifact: com.azure.resourcemanager:azure-resourcemanager-batch:1.0.0