IIPConfiguration Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IPConfigurationTypeConverter))]
public interface IIPConfiguration : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IPConfigurationTypeConverter))>]
type IIPConfiguration = interface
    interface IJsonSerializable
Public Interface IIPConfiguration
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Gateway

Gateway for network interface

IPAddress

PrivateIPAddress - Private IP address of the IP configuration.

Name

Name - The name of the resource that is unique within a resource group. This name can be used to access the resource.

PrefixLength

prefixLength for network interface

SubnetId

ID - The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to