Share via


NetworkCloudCloudServicesNetworkData Class

Definition

A class representing the NetworkCloudCloudServicesNetwork data model. Upon creation, the additional services that are provided by the platform will be allocated and represented in the status of this resource. All resources associated with this cloud services network will be part of the same layer 2 (L2) isolation domain. At least one service network must be created but may be reused across many virtual machines and/or Hybrid AKS clusters.

public class NetworkCloudCloudServicesNetworkData : Azure.ResourceManager.Models.TrackedResourceData
type NetworkCloudCloudServicesNetworkData = class
    inherit TrackedResourceData
Public Class NetworkCloudCloudServicesNetworkData
Inherits TrackedResourceData
Inheritance
NetworkCloudCloudServicesNetworkData

Constructors

NetworkCloudCloudServicesNetworkData(AzureLocation, ExtendedLocation)

Initializes a new instance of NetworkCloudCloudServicesNetworkData.

Properties

AdditionalEgressEndpoints

The list of egress endpoints. This allows for connection from a Hybrid AKS cluster to the specified endpoint.

AssociatedResourceIds

The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.

ClusterId

The resource ID of the Network Cloud cluster this cloud services network is associated with.

DetailedStatus

The more detailed status of the cloud services network.

DetailedStatusMessage

The descriptive message about the current detailed status.

EnableDefaultEgressEndpoints

The indicator of whether the platform default endpoints are allowed for the egress traffic.

EnabledEgressEndpoints

The full list of additional and default egress endpoints that are currently enabled.

ExtendedLocation

The extended location of the cluster associated with the resource.

HybridAksClustersAssociatedIds

Field Deprecated. These fields will be empty/omitted. The list of Hybrid AKS cluster resource IDs that are associated with this cloud services network.

Id

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

(Inherited from ResourceData)
InterfaceName

The name of the interface that will be present in the virtual machine to represent this network.

Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningState

The provisioning state of the cloud services network.

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)
Tags

Resource tags.

(Inherited from TrackedResourceData)
VirtualMachinesAssociatedIds

Field Deprecated. These fields will be empty/omitted. The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this cloud services network.

Applies to