Share via


AzureStorageSmbFileShareEndpointUpdateProperties Class

Definition

The properties of Azure Storage SMB file share endpoint to update.

[Microsoft.Azure.PowerShell.Cmdlets.StorageMover.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20240701.AzureStorageSmbFileShareEndpointUpdatePropertiesTypeConverter))]
public class AzureStorageSmbFileShareEndpointUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20240701.IAzureStorageSmbFileShareEndpointUpdateProperties, Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Runtime.IValidates
[<Microsoft.Azure.PowerShell.Cmdlets.StorageMover.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20240701.AzureStorageSmbFileShareEndpointUpdatePropertiesTypeConverter))>]
type AzureStorageSmbFileShareEndpointUpdateProperties = class
    interface IAzureStorageSmbFileShareEndpointUpdateProperties
    interface IJsonSerializable
    interface IEndpointBaseUpdateProperties
    interface IValidates
Public Class AzureStorageSmbFileShareEndpointUpdateProperties
Implements IAzureStorageSmbFileShareEndpointUpdateProperties, IValidates
Inheritance
AzureStorageSmbFileShareEndpointUpdateProperties
Attributes
Implements

Constructors

AzureStorageSmbFileShareEndpointUpdateProperties()

Creates an new AzureStorageSmbFileShareEndpointUpdateProperties instance.

Properties

Description

A description for the Endpoint.

EndpointType

The Endpoint resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureStorageSmbFileShareEndpointUpdateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureStorageSmbFileShareEndpointUpdateProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20240701.IAzureStorageSmbFileShareEndpointUpdateProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureStorageSmbFileShareEndpointUpdateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to