BillingBenefitsManagedServiceIdentityType 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.
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
public readonly struct BillingBenefitsManagedServiceIdentityType : IEquatable<Azure.ResourceManager.BillingBenefits.Models.BillingBenefitsManagedServiceIdentityType>
type BillingBenefitsManagedServiceIdentityType = struct
Public Structure BillingBenefitsManagedServiceIdentityType
Implements IEquatable(Of BillingBenefitsManagedServiceIdentityType)
- Inheritance
-
BillingBenefitsManagedServiceIdentityType
- Implements
Constructors
| Name | Description |
|---|---|
| BillingBenefitsManagedServiceIdentityType(String) |
Initializes a new instance of BillingBenefitsManagedServiceIdentityType. |
Properties
| Name | Description |
|---|---|
| None |
Gets the None. |
| SystemAssigned |
Gets the SystemAssigned. |
| SystemAssignedUserAssigned |
Gets the SystemAssignedUserAssigned. |
| UserAssigned |
Gets the UserAssigned. |
Methods
| Name | Description |
|---|---|
| Equals(BillingBenefitsManagedServiceIdentityType) |
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(BillingBenefitsManagedServiceIdentityType, BillingBenefitsManagedServiceIdentityType) |
Determines if two BillingBenefitsManagedServiceIdentityType values are the same. |
| Implicit(String to BillingBenefitsManagedServiceIdentityType) |
Converts a string to a BillingBenefitsManagedServiceIdentityType. |
| Implicit(String to Nullable<BillingBenefitsManagedServiceIdentityType>) | |
| Inequality(BillingBenefitsManagedServiceIdentityType, BillingBenefitsManagedServiceIdentityType) |
Determines if two BillingBenefitsManagedServiceIdentityType values are not the same. |