Share via


EndpointBaseProperties Class

Definition

The resource specific properties for the Storage Mover resource.

[Microsoft.Azure.PowerShell.Cmdlets.StorageMover.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20240701.EndpointBasePropertiesTypeConverter))]
public class EndpointBaseProperties : Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20240701.IEndpointBaseProperties
[<Microsoft.Azure.PowerShell.Cmdlets.StorageMover.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20240701.EndpointBasePropertiesTypeConverter))>]
type EndpointBaseProperties = class
    interface IEndpointBaseProperties
    interface IJsonSerializable
Public Class EndpointBaseProperties
Implements IEndpointBaseProperties
Inheritance
EndpointBaseProperties
Attributes
Implements

Constructors

EndpointBaseProperties()

Creates an new EndpointBaseProperties instance.

Properties

Description

A description for the Endpoint.

EndpointType

The Endpoint resource type.

ProvisioningState

The provisioning state of this resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EndpointBaseProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EndpointBaseProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20240701.IEndpointBaseProperties. Note: the Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20240701.IEndpointBaseProperties interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EndpointBaseProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to