IL3Network Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.L3NetworkTypeConverter))]
public interface IL3Network : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api40.ITrackedResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.L3NetworkTypeConverter))>]
type IL3Network = interface
interface IJsonSerializable
interface ITrackedResource
interface IResource
Public Interface IL3Network
Implements ITrackedResource
- Derived
- Attributes
- Implements
Properties
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 L3 network is associated with. |
DetailedStatus |
The more detailed status of the L3 network. |
DetailedStatusMessage |
The descriptive message about the current detailed status. |
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 L3 network. |
HybridAksIpamEnabled |
Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The indicator of whether or not to disable IPAM allocation on the network attachment definition injected into the Hybrid AKS Cluster. |
HybridAksPluginType |
Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The network plugin type for Hybrid AKS. |
Id |
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" (Inherited from IResource) |
InterfaceName |
The default interface name for this L3 network in the virtual machine. This name can be overridden by the name supplied in the network attachment configuration of that virtual machine. |
IPAllocationType |
The type of the IP address allocation, defaulted to "DualStack". |
Ipv4ConnectedPrefix |
The IPV4 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type is IPV4 or DualStack. |
Ipv6ConnectedPrefix |
The IPV6 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type is IPV6 or DualStack. |
L3IsolationDomainId |
The resource ID of the Network Fabric l3IsolationDomain. |
Location |
The geo-location where the resource lives (Inherited from ITrackedResource) |
Name |
The name of the resource (Inherited from IResource) |
ProvisioningState |
The provisioning state of the L3 network. |
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 L3 network. |
Vlan |
The VLAN from the l3IsolationDomain that is used for this network. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |