Share via


IWithPrivateLinkServiceIpConfigurationSettings Interface

Definition

The stage of the private line service definition allowing to specify optional settings of private link service IP configuration.

public interface IWithPrivateLinkServiceIpConfigurationSettings : Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IWithAttach
type IWithPrivateLinkServiceIpConfigurationSettings = interface
    interface IWithAttach
Public Interface IWithPrivateLinkServiceIpConfigurationSettings
Implements IWithAttach
Derived
Implements

Methods

Attach()

Adds the IP configuration, either frontend IP configuration or private link service IP configuration.

(Inherited from IWithAttach)
SetAsNonPrimaryIpConfiguration()

Sets the private link service IP configuration as non primary IP configuration.

SetAsPrimaryIpConfiguration()

Sets the private link service IP configuration as primary IP configuration.

WithDynamicPrivateIpAllocation()

Enables private Ip allocation method as 'Dynamic' for the IP configuration.

WithIpv4PrivateIpAddress()

Enables private Ip address version as 'IPv4' for the IP configuration.

WithIpv6PrivateIpAddress()

Enables private Ip address version as 'IPv6' for the IP configuration.

WithPrivateIpAddress(String)

Sets private Ip address for the IP configuration.

WithStaticPrivateIpAllocation()

Enables private Ip allocation method as 'Static' for the IP configuration.

WithSubnet(String)

Sets the reference of the subnet resource for the IP configuration.

Applies to