Assignment Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a blueprint assignment.
[Microsoft.Rest.Serialization.JsonTransformation]
public class Assignment : Microsoft.Azure.Management.Blueprint.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Assignment = class
inherit TrackedResource
Public Class Assignment
Inherits TrackedResource
- Inheritance
- Attributes
Constructors
Assignment() |
Initializes a new instance of the Assignment class. |
Assignment(String, ManagedServiceIdentity, IDictionary<String, ParameterValue>, IDictionary<String,ResourceGroupValue>, String, String, String, String, String, String, String, AssignmentStatus, AssignmentLockSettings, String) |
Initializes a new instance of the Assignment class. |
Properties
BlueprintId |
Gets or sets ID of the published version of a blueprint definition. |
Description |
Gets or sets multi-line explain this resource. |
DisplayName |
Gets or sets one-liner string explain this resource. |
Id |
Gets string Id used to locate any resource on Azure. (Inherited from AzureResourceBase) |
Identity |
Gets or sets managed identity for this blueprint assignment. |
Location |
Gets or sets the location of this blueprint assignment. (Inherited from TrackedResource) |
Locks |
Gets or sets defines how resources deployed by a blueprint assignment are locked. |
Name |
Gets name of this resource. (Inherited from AzureResourceBase) |
Parameters |
Gets or sets blueprint assignment parameter values. |
ProvisioningState |
Gets state of the blueprint assignment. Possible values include: 'creating', 'validating', 'waiting', 'deploying', 'cancelling', 'locking', 'succeeded', 'failed', 'canceled', 'deleting' |
ResourceGroups |
Gets or sets names and locations of resource group placeholders. |
Scope |
Gets or sets the target subscription scope of the blueprint assignment (format: '/subscriptions/{subscriptionId}'). For management group level assignments, the property is required. |
Status |
Gets status of blueprint assignment. This field is readonly. |
Type |
Gets type of this resource. (Inherited from AzureResourceBase) |
Methods
IsTerminalState() | |
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET