Assignment.UpdateStages.WithScope Interface

public static interface Assignment.UpdateStages.WithScope

The stage of the Assignment update allowing to specify scope.

Method Summary

Modifier and Type Method and Description
abstract Update 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.Update 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