JitNetworkAccessPolicy.DefinitionStages.WithKind Interface

public static interface JitNetworkAccessPolicy.DefinitionStages.WithKind

The stage of the JitNetworkAccessPolicy definition allowing to specify kind.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withKind(String kind)

Specifies the kind property: Kind of the resource.

Method Details

withKind

public abstract JitNetworkAccessPolicy.DefinitionStages.WithCreate withKind(String kind)

Specifies the kind property: Kind of the resource.

Parameters:

kind - Kind of the resource.

Returns:

the next definition stage.

Applies to