BlueprintTargetScope Struct
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.
The scope where this blueprint definition can be assigned.
public readonly struct BlueprintTargetScope : IEquatable<Azure.ResourceManager.Blueprint.Models.BlueprintTargetScope>
type BlueprintTargetScope = struct
Public Structure BlueprintTargetScope
Implements IEquatable(Of BlueprintTargetScope)
- Inheritance
-
BlueprintTargetScope
- Implements
Constructors
BlueprintTargetScope(String) |
Initializes a new instance of BlueprintTargetScope. |
Properties
ManagementGroup |
The blueprint targets a management group during blueprint assignment. This is reserved for future use. |
Subscription |
The blueprint targets a subscription during blueprint assignment. |
Methods
Equals(BlueprintTargetScope) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(BlueprintTargetScope, BlueprintTargetScope) |
Determines if two BlueprintTargetScope values are the same. |
Implicit(String to BlueprintTargetScope) |
Converts a string to a BlueprintTargetScope. |
Inequality(BlueprintTargetScope, BlueprintTargetScope) |
Determines if two BlueprintTargetScope values are not the same. |
Applies to
Azure SDK for .NET