IResourceWithOptionalLocation Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api10.ResourceWithOptionalLocationTypeConverter))]
public interface IResourceWithOptionalLocation : Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api10.ResourceWithOptionalLocationTypeConverter))>]
type IResourceWithOptionalLocation = interface
interface IJsonSerializable
Public Interface IResourceWithOptionalLocation
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Id |
Resource Id |
Location |
Resource location |
Name |
Resource name |
Tag |
Resource tags |
Type |
Resource type |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |