JobResource.DefinitionStages.WithIdentity Interface

public static interface JobResource.DefinitionStages.WithIdentity

The stage of the JobResource definition allowing to specify identity.

Method Summary

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

Specifies the identity property: Msi identity of the resource.

Method Details

withIdentity

public abstract JobResource.DefinitionStages.WithCreate withIdentity(ResourceIdentity identity)

Specifies the identity property: Msi identity of the resource.

Parameters:

identity - Msi identity of the resource.

Returns:

the next definition stage.

Applies to