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
With |
withScope(String scope)
Specifies the scope property: Scope to which the standard |
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:
Returns: