Assignment.DefinitionStages.WithScope Interface

public static interface Assignment.DefinitionStages.WithScope

The stage of the Assignment definition allowing to specify scope.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withScope(String scope)

Specifies the scope property: Scope to which the standardAssignment applies - can be a subscription path or a resource group under that subscription.

Method Details

withScope

public abstract Assignment.DefinitionStages.WithCreate withScope(String scope)

Specifies the scope property: Scope to which the standardAssignment applies - can be a subscription path or a resource group under that subscription.

Parameters:

scope - Scope to which the standardAssignment applies - can be a subscription path or a resource group under that subscription.

Returns:

the next definition stage.

Applies to