IBlank<ParentT> Interface

Definition

The first stage of a network profile definition.

public interface IBlank<ParentT> : Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithDnsServiceIP<ParentT>, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithDockerBridgeCidr<ParentT>, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithNetworkPolicy<ParentT>, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithPodCidr<ParentT>, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithServiceCidr<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IBlank<'ParentT> = interface
    interface IBeta
    interface IWithAttach<'ParentT>
    interface IWithNetworkPolicy<'ParentT>
    interface IWithPodCidr<'ParentT>
    interface IWithServiceCidr<'ParentT>
    interface IWithDnsServiceIP<'ParentT>
    interface IWithDockerBridgeCidr<'ParentT>
    interface IInDefinition<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IBeta, IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithDnsServiceIP(Of ParentT), IWithDockerBridgeCidr(Of ParentT), IWithNetworkPolicy(Of ParentT), IWithPodCidr(Of ParentT), IWithServiceCidr(Of ParentT)

Type Parameters

ParentT

The stage of the Kubernetes cluster network profile definition to return to after attaching this definition.

Derived
Implements

Methods

Attach() (Inherited from IInDefinition<ParentT>)
WithDnsServiceIP(String)

Specifies an IP address assigned to the Kubernetes DNS service; it must be within the Kubernetes service address range specified in the service CIDR.

(Inherited from IWithDnsServiceIP<ParentT>)
WithDockerBridgeCidr(String)

Specifies a CIDR notation IP range assigned to the Docker bridge network; it must not overlap with any subnet IP ranges or the Kubernetes service address range.

(Inherited from IWithDockerBridgeCidr<ParentT>)
WithNetworkPlugin(NetworkPlugin)

Specifies the network plugin type to be used for building the Kubernetes network.

WithNetworkPolicy(NetworkPolicy)

Specifies the network policy to be used for building the Kubernetes network.

(Inherited from IWithNetworkPolicy<ParentT>)
WithPodCidr(String)

Specifies a CIDR notation IP range from which to assign pod IPs when kubenet is used.

(Inherited from IWithPodCidr<ParentT>)
WithServiceCidr(String)

Specifies a CIDR notation IP range from which to assign service cluster IPs; must not overlap with any subnet IP ranges.

(Inherited from IWithServiceCidr<ParentT>)

Applies to