IWithPrivateLinkServiceIpConfiguration 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.
The stage of the private line service update allowing to specify private link service IP configuration.
public interface IWithPrivateLinkServiceIpConfiguration : Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Update.IWithPrivateLinkServiceIpConfigurationSettings
type IWithPrivateLinkServiceIpConfiguration = interface
interface IWithPrivateLinkServiceIpConfigurationSettings
interface IWithAttach
Public Interface IWithPrivateLinkServiceIpConfiguration
Implements IWithPrivateLinkServiceIpConfigurationSettings
- Derived
- Implements
Methods
Attach() |
Updates the IP configuration, either frontend IP configuration or private link service IP configuration. (Inherited from IWithAttach) |
DefinePrivateLinkServiceIpConfiguration(String) |
Sets new private link service IP configuration. |
SetAsNonPrimaryIpConfiguration() |
Sets the private link service IP configuration as non primary IP configuration. (Inherited from IWithPrivateLinkServiceIpConfigurationSettings) |
SetAsPrimaryIpConfiguration() |
Sets the private link service IP configuration as primary IP configuration. (Inherited from IWithPrivateLinkServiceIpConfigurationSettings) |
UpdatePrivateLinkServiceIpConfiguration(String) |
Updates private link service IP configuration. |
WithDynamicPrivateIpAllocation() |
Enables private Ip allocation method as 'Dynamic' for the IP configuration. (Inherited from IWithPrivateLinkServiceIpConfigurationSettings) |
WithIpv4PrivateIpAddress() |
Enables private Ip address version as 'IPv4' for the IP configuration. (Inherited from IWithPrivateLinkServiceIpConfigurationSettings) |
WithIpv6PrivateIpAddress() |
Enables private Ip address version as 'IPv6' for the IP configuration. (Inherited from IWithPrivateLinkServiceIpConfigurationSettings) |
WithoutPrivateLinkServiceIpConfiguration(String) |
Removes private link service IP configuration. |
WithPrivateIpAddress(String) |
Sets private Ip address for the IP configuration. (Inherited from IWithPrivateLinkServiceIpConfigurationSettings) |
WithStaticPrivateIpAllocation() |
Enables private Ip allocation method as 'Static' for the IP configuration. (Inherited from IWithPrivateLinkServiceIpConfigurationSettings) |
WithSubnet(String) |
Sets the reference of the subnet resource for the IP configuration. (Inherited from IWithPrivateLinkServiceIpConfigurationSettings) |
Applies to
Azure SDK for .NET