HciVmVirtualNetworkSubnetData Class

Definition

The virtual network resource definition.

public class HciVmVirtualNetworkSubnetData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Vm.HciVmVirtualNetworkSubnetData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Vm.HciVmVirtualNetworkSubnetData>
type HciVmVirtualNetworkSubnetData = class
    inherit ResourceData
    interface IJsonModel<HciVmVirtualNetworkSubnetData>
    interface IPersistableModel<HciVmVirtualNetworkSubnetData>
Public Class HciVmVirtualNetworkSubnetData
Inherits ResourceData
Implements IJsonModel(Of HciVmVirtualNetworkSubnetData), IPersistableModel(Of HciVmVirtualNetworkSubnetData)
Inheritance
HciVmVirtualNetworkSubnetData
Implements

Constructors

Name Description
HciVmVirtualNetworkSubnetData()

Initializes a new instance of HciVmVirtualNetworkSubnetData.

Properties

Name Description
ExtendedLocation

The extendedLocation of the resource.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
Properties

The resource-specific properties for this resource.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<HciVmVirtualNetworkSubnetData>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<HciVmVirtualNetworkSubnetData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<HciVmVirtualNetworkSubnetData>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<HciVmVirtualNetworkSubnetData>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<HciVmVirtualNetworkSubnetData>.Write(ModelReaderWriterOptions)

Applies to