你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ComputeFleetNetworkApiVersion Struct

Definition

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