ComputeFleetNetworkApiVersion 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.
specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible'
public readonly struct ComputeFleetNetworkApiVersion : IEquatable<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetNetworkApiVersion>
type ComputeFleetNetworkApiVersion = struct
Public Structure ComputeFleetNetworkApiVersion
Implements IEquatable(Of ComputeFleetNetworkApiVersion)
- Inheritance
-
ComputeFleetNetworkApiVersion
- Implements
Constructors
ComputeFleetNetworkApiVersion(String) |
Initializes a new instance of ComputeFleetNetworkApiVersion. |
Properties
V20201101 |
Initial version supported. Later versions are supported as well. |
Methods
Equals(ComputeFleetNetworkApiVersion) |
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(ComputeFleetNetworkApiVersion, ComputeFleetNetworkApiVersion) |
Determines if two ComputeFleetNetworkApiVersion values are the same. |
Implicit(String to ComputeFleetNetworkApiVersion) |
Converts a String to a ComputeFleetNetworkApiVersion. |
Inequality(ComputeFleetNetworkApiVersion, ComputeFleetNetworkApiVersion) |
Determines if two ComputeFleetNetworkApiVersion values are not the same. |
Applies to
Azure SDK for .NET