IWithCreate Interface

Definition

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

public interface IWithCreate : Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithDiagnostics, Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithMasterDnsPrefix, Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithMasterOSDiskSize, Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithMasterStorageProfile, Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithMasterVMSize, Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithSubnet, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.ContainerService.Fluent.IContainerService>
type IWithCreate = interface
    interface IWithMasterDnsPrefix
    interface IWithDiagnostics
    interface IWithMasterVMSize
    interface IWithMasterStorageProfile
    interface IWithMasterOSDiskSize
    interface IWithSubnet
    interface ICreatable<IContainerService>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
Public Interface IWithCreate
Implements ICreatable(Of IContainerService), IDefinitionWithTags(Of IWithCreate), IWithDiagnostics, IWithMasterDnsPrefix, IWithMasterOSDiskSize, IWithMasterStorageProfile, IWithMasterVMSize, IWithSubnet
Derived
Implements

Properties

Key (Inherited from IIndexable)
Name

Gets the name of the creatable resource.

(Inherited from ICreatable<T>)

Methods

Create()

Execute the create request.

(Inherited from ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Puts the request into the queue and allow the HTTP client to execute it when system resources are available.

(Inherited from ICreatable<T>)
WithDiagnostics()

Enables diagnostics.

(Inherited from IWithDiagnostics)
WithMasterDnsPrefix(String)

Specifies the DNS prefix to be used to create the FQDN for the master pool.

(Inherited from IWithMasterDnsPrefix)
WithMasterOSDiskSizeInGB(Int32)

OS Disk Size in GB to be used for every machine in the master pool. If you specify 0, the default osDisk size will be used according to the vmSize specified.

(Inherited from IWithMasterOSDiskSize)
WithMasterStorageProfile(ContainerServiceStorageProfileTypes)

Specifies the storage kind to be used for every machine in master pool.

(Inherited from IWithMasterStorageProfile)
WithMasterVMSize(ContainerServiceVMSizeTypes)

Specifies the size of the master VMs, default set to "Standard_D2_v2".

(Inherited from IWithMasterVMSize)
WithSubnet(String, String)

Specifies the virtual network and subnet for the virtual machines in the master and agent pools.

(Inherited from IWithSubnet)
WithTag(String, String)

Adds a tag to the resource.

(Inherited from IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

Specifies tags for the resource as a {@link Map}.

(Inherited from IDefinitionWithTags<T>)

Applies to