ResourceIdentityType 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 type of identity used for the resource mover service.
public readonly struct ResourceIdentityType : IEquatable<Azure.ResourceManager.Migrate.Models.ResourceIdentityType>
type ResourceIdentityType = struct
Public Structure ResourceIdentityType
Implements IEquatable(Of ResourceIdentityType)
- Inheritance
-
ResourceIdentityType
- Implements
Constructors
ResourceIdentityType(String) |
Initializes a new instance of ResourceIdentityType. |
Properties
None |
None. |
SystemAssigned |
SystemAssigned. |
UserAssigned |
UserAssigned. |
Methods
Equals(ResourceIdentityType) |
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(ResourceIdentityType, ResourceIdentityType) |
Determines if two ResourceIdentityType values are the same. |
Implicit(String to ResourceIdentityType) |
Converts a string to a ResourceIdentityType. |
Inequality(ResourceIdentityType, ResourceIdentityType) |
Determines if two ResourceIdentityType values are not the same. |
Applies to
Azure SDK for .NET