Scope 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.
Scope of the migrate resources operation.
public readonly struct Scope : IEquatable<Azure.ResourceManager.DeviceRegistry.Models.Scope>
type Scope = struct
Public Structure Scope
Implements IEquatable(Of Scope)
- Inheritance
-
Scope
- Implements
Constructors
| Name | Description |
|---|---|
| Scope(String) |
Initializes a new instance of Scope. |
Properties
| Name | Description |
|---|---|
| Resources |
Scoping the migration to resourceIds provided. |
Methods
| Name | Description |
|---|---|
| Equals(Scope) |
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
| Name | Description |
|---|---|
| Equality(Scope, Scope) |
Determines if two Scope values are the same. |
| Implicit(String to Nullable<Scope>) | |
| Implicit(String to Scope) |
Converts a string to a Scope. |
| Inequality(Scope, Scope) |
Determines if two Scope values are not the same. |