ContainerGroup.DefinitionStages.WithCreate Interface

Implements

public static interface ContainerGroup.DefinitionStages.WithCreate
extends WithRestartPolicy, WithSystemAssignedManagedServiceIdentity, WithUserAssignedManagedServiceIdentity, WithDnsPrefix, WithNetworkProfile, WithLogAnalytics, WithAutoGeneratedDomainNameLabelScope, Creatable<ContainerGroup>, DefinitionWithTags<WithCreate>

The stage of the definition which contains all the minimum required inputs for the resource to be created (via WithCreate#create()), but also allows for any other optional settings to be specified.

Method Summary

Modifier and Type Method and Description
abstract Accepted<ContainerGroup> beginCreate()

Begins creating the deployment resource.

Method Details

beginCreate

public abstract Accepted beginCreate()

Begins creating the deployment resource.

Returns:

the accepted create operation

Applies to

Azure SDK for Java

Latest