PublicIPReference Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |