ArmNetworkModelFactory.DisassociateCloudServicePublicIPContent Method

Definition

public static Azure.ResourceManager.Network.Models.DisassociateCloudServicePublicIPContent DisassociateCloudServicePublicIPContent(Azure.Core.ResourceIdentifier publicIpArmId = default);
static member DisassociateCloudServicePublicIPContent : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Network.Models.DisassociateCloudServicePublicIPContent
Public Shared Function DisassociateCloudServicePublicIPContent (Optional publicIpArmId As ResourceIdentifier = Nothing) As DisassociateCloudServicePublicIPContent

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}.

Returns

A new DisassociateCloudServicePublicIPContent instance for mocking.

Applies to