ICloudServicesNetwork Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.CloudServicesNetworkTypeConverter))]
public interface ICloudServicesNetwork : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ITrackedResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.CloudServicesNetworkTypeConverter))>]
type ICloudServicesNetwork = interface
    interface IJsonSerializable
    interface ITrackedResource
    interface IResource
Public Interface ICloudServicesNetwork
Implements ITrackedResource
Derived
Attributes
Implements

Properties

Name Description
AdditionalEgressEndpoint

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

AssociatedResourceId

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.

EnableDefaultEgressEndpoint

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

EnabledEgressEndpoint

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

Etag

Resource ETag.

ExtendedLocationName

The resource ID of the extended location on which the resource will be created.

ExtendedLocationType

The extended location type, for example, CustomLocation.

HybridAksClustersAssociatedId

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. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

(Inherited from IResource)
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 ITrackedResource)
Name

The name of the resource

(Inherited from IResource)
PropertiesStorageStatusStatus

The status of the storage allocation for the cloud services network.

ProvisioningState

The provisioning state of the cloud services network.

StorageOptionMode

The indicator to enable shared storage on the cloud services network. If not specified, the allocation will align with the standard storage enablement.

StorageOptionSizeMiB

The requested storage allocation for the volume in Mebibytes.

StorageOptionStorageApplianceId

The resource ID of the storage appliance that hosts the storage.

StorageStatusMessage

The description for the status of the shared storage.

StorageStatusMode

The indicator of if shared storage is enabled on the cloud services network.

StorageStatusSizeMiB

The size in Mebibytes of the storage allocation.

StorageStatusVolumeId

The resource ID of the volume created to host the shared storage.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

(Inherited from IResource)
SystemDataCreatedBy

The identity that created the resource.

(Inherited from IResource)
SystemDataCreatedByType

The type of identity that created the resource.

(Inherited from IResource)
SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

(Inherited from IResource)
SystemDataLastModifiedBy

The identity that last modified the resource.

(Inherited from IResource)
SystemDataLastModifiedByType

The type of identity that last modified the resource.

(Inherited from IResource)
Tag

Resource tags.

(Inherited from ITrackedResource)
Type

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

(Inherited from IResource)
VirtualMachinesAssociatedId

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.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to