CloudServicesNetwork Class
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.
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.CloudServicesNetworkTypeConverter))]
public class CloudServicesNetwork : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ICloudServicesNetwork, Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.CloudServicesNetworkTypeConverter))>]
type CloudServicesNetwork = class
interface ICloudServicesNetwork
interface IJsonSerializable
interface ITrackedResource
interface IResource
interface IValidates
Public Class CloudServicesNetwork
Implements ICloudServicesNetwork, IValidates
- Inheritance
-
CloudServicesNetwork
- Attributes
- Implements
Constructors
CloudServicesNetwork() |
Creates an new CloudServicesNetwork instance. |
Properties
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. |
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}" |
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 |
Name |
The name of the resource |
ProvisioningState |
The provisioning state of the cloud services network. |
ResourceGroupName |
Gets the resource group name |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
SystemDataCreatedAt |
The timestamp of resource creation (UTC). |
SystemDataCreatedBy |
The identity that created the resource. |
SystemDataCreatedByType |
The type of identity that created the resource. |
SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) |
SystemDataLastModifiedBy |
The identity that last modified the resource. |
SystemDataLastModifiedByType |
The type of identity that last modified the resource. |
Tag |
Resource tags. |
Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CloudServicesNetwork. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CloudServicesNetwork. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ICloudServicesNetwork. |
FromJsonString(String) |
Creates a new instance of CloudServicesNetwork, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CloudServicesNetwork into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |