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