Language

ArmNetworkModelFactory.AddressPrefixSetData Method

Definition

public static Azure.ResourceManager.Network.AddressPrefixSetData AddressPrefixSetData(Azure.Core.ResourceIdentifier id = default, string name = default, string type = default, string eTag = default, Azure.ResourceManager.Network.Models.AddressPrefixSetPropertiesFormat properties = default);
static member AddressPrefixSetData : Azure.Core.ResourceIdentifier * string * string * string * Azure.ResourceManager.Network.Models.AddressPrefixSetPropertiesFormat -> Azure.ResourceManager.Network.AddressPrefixSetData
Public Shared Function AddressPrefixSetData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional eTag As String = Nothing, Optional properties As AddressPrefixSetPropertiesFormat = Nothing) As AddressPrefixSetData

Parameters

id
ResourceIdentifier

Resource ID.

name
String

Resource name.

type
String

Resource type.

eTag
String

A unique read-only string that changes whenever the resource is updated.

properties
AddressPrefixSetPropertiesFormat

Properties of the address prefix set.

Returns

A new AddressPrefixSetData instance for mocking.

Applies to