Interface ContainerGroup.DefinitionStages.WithCreate
- All Superinterfaces:
ContainerGroup.DefinitionStages.WithAutoGeneratedDomainNameLabelScope,ContainerGroup.DefinitionStages.WithDnsPrefix,ContainerGroup.DefinitionStages.WithLogAnalytics,ContainerGroup.DefinitionStages.WithNetworkProfile,ContainerGroup.DefinitionStages.WithRestartPolicy,ContainerGroup.DefinitionStages.WithSystemAssignedManagedServiceIdentity,ContainerGroup.DefinitionStages.WithUserAssignedManagedServiceIdentity,Creatable<ContainerGroup>,HasName,Indexable,Resource.DefinitionWithTags<ContainerGroup.DefinitionStages.WithCreate>
- All Known Subinterfaces:
ContainerGroup.Definition,ContainerGroup.DefinitionStages.DnsConfigFork,ContainerGroup.DefinitionStages.WithNextContainerInstance,ContainerGroup.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate
- Enclosing interface:
ContainerGroup.DefinitionStages
public static interface ContainerGroup.DefinitionStages.WithCreate
extends ContainerGroup.DefinitionStages.WithRestartPolicy, ContainerGroup.DefinitionStages.WithSystemAssignedManagedServiceIdentity, ContainerGroup.DefinitionStages.WithUserAssignedManagedServiceIdentity, ContainerGroup.DefinitionStages.WithDnsPrefix, ContainerGroup.DefinitionStages.WithNetworkProfile, ContainerGroup.DefinitionStages.WithLogAnalytics, ContainerGroup.DefinitionStages.WithAutoGeneratedDomainNameLabelScope, Creatable<ContainerGroup>, Resource.DefinitionWithTags<ContainerGroup.DefinitionStages.WithCreate>
The stage of the definition which contains all the minimum required inputs for the resource to be created
(via
Creatable.create()), but also allows for any other optional settings to be specified.-
Method Summary
Modifier and TypeMethodDescriptionBegins creating the deployment resource.Methods inherited from interface com.azure.resourcemanager.containerinstance.models.ContainerGroup.DefinitionStages.WithAutoGeneratedDomainNameLabelScope
withAutoGeneratedDomainNameLabelScopeMethods inherited from interface com.azure.resourcemanager.containerinstance.models.ContainerGroup.DefinitionStages.WithDnsPrefix
withDnsPrefixMethods inherited from interface com.azure.resourcemanager.containerinstance.models.ContainerGroup.DefinitionStages.WithLogAnalytics
withLogAnalytics, withLogAnalyticsMethods inherited from interface com.azure.resourcemanager.containerinstance.models.ContainerGroup.DefinitionStages.WithNetworkProfile
withExistingSubnet, withExistingSubnet, withNewNetworkProfileOnExistingVirtualNetwork, withNewVirtualNetworkMethods inherited from interface com.azure.resourcemanager.containerinstance.models.ContainerGroup.DefinitionStages.WithRestartPolicy
withRestartPolicyMethods inherited from interface com.azure.resourcemanager.containerinstance.models.ContainerGroup.DefinitionStages.WithSystemAssignedManagedServiceIdentity
withSystemAssignedManagedServiceIdentityMethods inherited from interface com.azure.resourcemanager.containerinstance.models.ContainerGroup.DefinitionStages.WithUserAssignedManagedServiceIdentity
withExistingUserAssignedManagedServiceIdentity, withNewUserAssignedManagedServiceIdentityMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
nameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTags
-
Method Details
-
beginCreate
Accepted<ContainerGroup> beginCreate()Begins creating the deployment resource.- Returns:
- the accepted create operation
-