CustomLocation.DefinitionStages.WithIdentity Interface

public static interface CustomLocation.DefinitionStages.WithIdentity

The stage of the CustomLocation definition allowing to specify identity.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withIdentity(Identity identity)

Specifies the identity property: Identity for the resource..

Method Details

withIdentity

public abstract CustomLocation.DefinitionStages.WithCreate withIdentity(Identity identity)

Specifies the identity property: Identity for the resource..

Parameters:

identity - Identity for the resource.

Returns:

the next definition stage.

Applies to