Udostępnij przez


LocationsResponse Class

Definition

Locations response

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.LocationsResponseTypeConverter))]
public class LocationsResponse : Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.ILocationsResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.LocationsResponseTypeConverter))>]
type LocationsResponse = class
    interface ILocationsResponse
    interface IJsonSerializable
Public Class LocationsResponse
Implements ILocationsResponse
Inheritance
LocationsResponse
Attributes
Implements

Constructors

Name Description
LocationsResponse()

Creates an new LocationsResponse instance.

Properties

Name Description
Value

locations

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LocationsResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LocationsResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.ILocationsResponse.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of LocationsResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to