DisassociateCloudServicePublicIPContent(ResourceIdentifier) Constructor

Definition

Initializes a new instance of DisassociateCloudServicePublicIPContent.

public DisassociateCloudServicePublicIPContent(Azure.Core.ResourceIdentifier publicIpArmId);
new Azure.ResourceManager.Network.Models.DisassociateCloudServicePublicIPContent : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Network.Models.DisassociateCloudServicePublicIPContent
Public Sub New (publicIpArmId As ResourceIdentifier)

Parameters

publicIpArmId
ResourceIdentifier

ARM ID of the Standalone Public IP to associate. This is of the form : /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Network/publicIPAddresses/{publicIpAddressName}.

Exceptions

publicIpArmId is null.

Applies to