MockableNetworkArmClient.GetFrontendIPConfigurationResource Method

Definition

Gets an object representing a FrontendIPConfigurationResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a FrontendIPConfigurationResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.Network.FrontendIPConfigurationResource GetFrontendIPConfigurationResource (Azure.Core.ResourceIdentifier id);
abstract member GetFrontendIPConfigurationResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Network.FrontendIPConfigurationResource
override this.GetFrontendIPConfigurationResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Network.FrontendIPConfigurationResource
Public Overridable Function GetFrontendIPConfigurationResource (id As ResourceIdentifier) As FrontendIPConfigurationResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a FrontendIPConfigurationResource object.

Applies to