次の方法で共有


LocationsResponse Class

Definition

Locations response

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

Constructors

LocationsResponse()

Creates an new LocationsResponse instance.

Properties

Value

locations

Methods

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.Api202101.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.

Applies to