Language

AddressPrefixSetData Class

Definition

Address prefix set child resource of an application security group.

public class AddressPrefixSetData : Azure.ResourceManager.Network.Models.NetworkProxyResource, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.AddressPrefixSetData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.AddressPrefixSetData>
type AddressPrefixSetData = class
    inherit NetworkProxyResource
    interface IJsonModel<AddressPrefixSetData>
    interface IPersistableModel<AddressPrefixSetData>
Public Class AddressPrefixSetData
Inherits NetworkProxyResource
Implements IJsonModel(Of AddressPrefixSetData), IPersistableModel(Of AddressPrefixSetData)
Inheritance
AddressPrefixSetData
Implements

Constructors

Name Description
AddressPrefixSetData()

Initializes a new instance of AddressPrefixSetData.

Properties

Name Description
ETag

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

(Inherited from NetworkProxyResource)
Id

Resource ID.

(Inherited from NetworkProxyResource)
Name

Resource name.

(Inherited from NetworkProxyResource)
Properties

Properties of the address prefix set.

Type

Resource type.

(Inherited from NetworkProxyResource)

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<AddressPrefixSetData>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<AddressPrefixSetData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IJsonModel<NetworkProxyResource>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from NetworkProxyResource)
IJsonModel<NetworkProxyResource>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from NetworkProxyResource)
IPersistableModel<AddressPrefixSetData>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<AddressPrefixSetData>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<AddressPrefixSetData>.Write(ModelReaderWriterOptions)
IPersistableModel<NetworkProxyResource>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from NetworkProxyResource)
IPersistableModel<NetworkProxyResource>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from NetworkProxyResource)
IPersistableModel<NetworkProxyResource>.Write(ModelReaderWriterOptions) (Inherited from NetworkProxyResource)

Applies to