Compartilhar via


IWithServiceCidr<ParentT>.WithServiceCidr(String) Método

Definição

Especifica um intervalo de IP de notação CIDR do qual atribuir IPs de cluster de serviço; não deve se sobrepor a nenhum intervalo de IP de sub-rede.

public Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithAttach<ParentT> WithServiceCidr (string serviceCidr);
abstract member WithServiceCidr : string -> Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithAttach<'ParentT>
Public Function WithServiceCidr (serviceCidr As String) As IWithAttach(Of ParentT)

Parâmetros

serviceCidr
String

O intervalo de IP de notação CIDR do qual atribuir IPs de cluster de serviço; ele não deve se sobrepor a nenhum intervalo de IP de sub-rede.

Retornos

Aplica-se a