WorkloadNetworkVmGroupStatus 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.
VM group status.
public readonly struct WorkloadNetworkVmGroupStatus : IEquatable<Azure.ResourceManager.Avs.Models.WorkloadNetworkVmGroupStatus>
type WorkloadNetworkVmGroupStatus = struct
Public Structure WorkloadNetworkVmGroupStatus
Implements IEquatable(Of WorkloadNetworkVmGroupStatus)
- Inheritance
-
WorkloadNetworkVmGroupStatus
- Implements
Constructors
WorkloadNetworkVmGroupStatus(String) |
Initializes a new instance of WorkloadNetworkVmGroupStatus. |
Properties
Failure |
is failure. |
Success |
is success. |
Methods
Equals(WorkloadNetworkVmGroupStatus) |
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(WorkloadNetworkVmGroupStatus, WorkloadNetworkVmGroupStatus) |
Determines if two WorkloadNetworkVmGroupStatus values are the same. |
Implicit(String to WorkloadNetworkVmGroupStatus) |
Converts a String to a WorkloadNetworkVmGroupStatus. |
Inequality(WorkloadNetworkVmGroupStatus, WorkloadNetworkVmGroupStatus) |
Determines if two WorkloadNetworkVmGroupStatus values are not the same. |
Applies to
Azure SDK for .NET