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, com.azure.resourcemanager.resources.fluentcore.model.Creatable<ContainerGroup>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasName, com.azure.resourcemanager.resources.fluentcore.model.Indexable, com.azure.resourcemanager.resources.fluentcore.arm.models.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, com.azure.resourcemanager.resources.fluentcore.model.Creatable<ContainerGroup>, com.azure.resourcemanager.resources.fluentcore.arm.models.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 TypeMethodDescriptioncom.azure.resourcemanager.resources.fluentcore.model.Accepted<ContainerGroup> Begins creating the deployment resource.Methods inherited from interface ContainerGroup.DefinitionStages.WithAutoGeneratedDomainNameLabelScope
withAutoGeneratedDomainNameLabelScopeMethods inherited from interface ContainerGroup.DefinitionStages.WithDnsPrefix
withDnsPrefixMethods inherited from interface ContainerGroup.DefinitionStages.WithLogAnalytics
withLogAnalytics, withLogAnalyticsMethods inherited from interface ContainerGroup.DefinitionStages.WithNetworkProfile
withExistingSubnet, withExistingSubnet, withNewNetworkProfileOnExistingVirtualNetwork, withNewVirtualNetworkMethods inherited from interface ContainerGroup.DefinitionStages.WithRestartPolicy
withRestartPolicyMethods inherited from interface ContainerGroup.DefinitionStages.WithSystemAssignedManagedServiceIdentity
withSystemAssignedManagedServiceIdentityMethods inherited from interface 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.model.Indexable
keyMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTags
-
Method Details
-
beginCreate
com.azure.resourcemanager.resources.fluentcore.model.Accepted<ContainerGroup> beginCreate()Begins creating the deployment resource.- Returns:
- the accepted create operation
-