你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PublicIPReference Class

Definition

Defines reference to a public IP.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.PublicIPReferenceTypeConverter))]
public class PublicIPReference : Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IPublicIPReference, Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.PublicIPReferenceTypeConverter))>]
type PublicIPReference = class
    interface IPublicIPReference
    interface IJsonSerializable
    interface IAzureResourceReference
    interface IValidates
Public Class PublicIPReference
Implements IPublicIPReference, IValidates
Inheritance
PublicIPReference
Attributes
Implements

Constructors

PublicIPReference()

Creates an new PublicIPReference instance.

Properties

SourceArmResourceId

Gets the ARM resource ID of the tracked resource being referenced.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PublicIPReference.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PublicIPReference.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IPublicIPReference.

FromJsonString(String)

Creates a new instance of PublicIPReference, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PublicIPReference into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to