Interface Pool.DefinitionStages.WithCreate
- All Superinterfaces:
Pool.DefinitionStages.WithApplicationLicenses,Pool.DefinitionStages.WithApplicationPackages,Pool.DefinitionStages.WithCertificates,Pool.DefinitionStages.WithDeploymentConfiguration,Pool.DefinitionStages.WithDisplayName,Pool.DefinitionStages.WithIdentity,Pool.DefinitionStages.WithIfMatch,Pool.DefinitionStages.WithIfNoneMatch,Pool.DefinitionStages.WithInterNodeCommunication,Pool.DefinitionStages.WithMetadata,Pool.DefinitionStages.WithMountConfiguration,Pool.DefinitionStages.WithNetworkConfiguration,Pool.DefinitionStages.WithResourceTags,Pool.DefinitionStages.WithScaleSettings,Pool.DefinitionStages.WithStartTask,Pool.DefinitionStages.WithTargetNodeCommunicationMode,Pool.DefinitionStages.WithTaskSchedulingPolicy,Pool.DefinitionStages.WithTaskSlotsPerNode,Pool.DefinitionStages.WithUserAccounts,Pool.DefinitionStages.WithVmSize
- All Known Subinterfaces:
Pool.Definition
- Enclosing interface:
- Pool.DefinitionStages
public static interface Pool.DefinitionStages.WithCreate
extends Pool.DefinitionStages.WithIdentity, Pool.DefinitionStages.WithDisplayName, Pool.DefinitionStages.WithVmSize, Pool.DefinitionStages.WithDeploymentConfiguration, Pool.DefinitionStages.WithScaleSettings, Pool.DefinitionStages.WithInterNodeCommunication, Pool.DefinitionStages.WithNetworkConfiguration, Pool.DefinitionStages.WithTaskSlotsPerNode, Pool.DefinitionStages.WithTaskSchedulingPolicy, Pool.DefinitionStages.WithUserAccounts, Pool.DefinitionStages.WithMetadata, Pool.DefinitionStages.WithStartTask, Pool.DefinitionStages.WithCertificates, Pool.DefinitionStages.WithApplicationPackages, Pool.DefinitionStages.WithApplicationLicenses, Pool.DefinitionStages.WithMountConfiguration, Pool.DefinitionStages.WithTargetNodeCommunicationMode, Pool.DefinitionStages.WithResourceTags, Pool.DefinitionStages.WithIfMatch, Pool.DefinitionStages.WithIfNoneMatch
The stage of the Pool definition which contains all the minimum required properties for the resource to be
created, but also allows for any other optional properties to be specified.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.batch.models.Pool.DefinitionStages.WithApplicationLicenses
withApplicationLicensesMethods inherited from interface com.azure.resourcemanager.batch.models.Pool.DefinitionStages.WithApplicationPackages
withApplicationPackagesMethods inherited from interface com.azure.resourcemanager.batch.models.Pool.DefinitionStages.WithCertificates
withCertificatesMethods inherited from interface com.azure.resourcemanager.batch.models.Pool.DefinitionStages.WithDeploymentConfiguration
withDeploymentConfigurationMethods inherited from interface com.azure.resourcemanager.batch.models.Pool.DefinitionStages.WithDisplayName
withDisplayNameMethods inherited from interface com.azure.resourcemanager.batch.models.Pool.DefinitionStages.WithIdentity
withIdentityMethods inherited from interface com.azure.resourcemanager.batch.models.Pool.DefinitionStages.WithIfMatch
withIfMatchMethods inherited from interface com.azure.resourcemanager.batch.models.Pool.DefinitionStages.WithIfNoneMatch
withIfNoneMatchMethods inherited from interface com.azure.resourcemanager.batch.models.Pool.DefinitionStages.WithInterNodeCommunication
withInterNodeCommunicationMethods inherited from interface com.azure.resourcemanager.batch.models.Pool.DefinitionStages.WithMetadata
withMetadataMethods inherited from interface com.azure.resourcemanager.batch.models.Pool.DefinitionStages.WithMountConfiguration
withMountConfigurationMethods inherited from interface com.azure.resourcemanager.batch.models.Pool.DefinitionStages.WithNetworkConfiguration
withNetworkConfigurationMethods inherited from interface com.azure.resourcemanager.batch.models.Pool.DefinitionStages.WithResourceTags
withResourceTagsMethods inherited from interface com.azure.resourcemanager.batch.models.Pool.DefinitionStages.WithScaleSettings
withScaleSettingsMethods inherited from interface com.azure.resourcemanager.batch.models.Pool.DefinitionStages.WithStartTask
withStartTaskMethods inherited from interface com.azure.resourcemanager.batch.models.Pool.DefinitionStages.WithTargetNodeCommunicationMode
withTargetNodeCommunicationModeMethods inherited from interface com.azure.resourcemanager.batch.models.Pool.DefinitionStages.WithTaskSchedulingPolicy
withTaskSchedulingPolicyMethods inherited from interface com.azure.resourcemanager.batch.models.Pool.DefinitionStages.WithTaskSlotsPerNode
withTaskSlotsPerNodeMethods inherited from interface com.azure.resourcemanager.batch.models.Pool.DefinitionStages.WithUserAccounts
withUserAccountsMethods inherited from interface com.azure.resourcemanager.batch.models.Pool.DefinitionStages.WithVmSize
withVmSize
-
Method Details
-
create
Pool create()Executes the create request.- Returns:
- the created resource.
-
create
Executes the create request.- Parameters:
context- The context to associate with this operation.- Returns:
- the created resource.
-