DataBoxIdentity 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.DataBoxIdentityTypeConverter))]
public class DataBoxIdentity : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.IDataBoxIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.DataBoxIdentityTypeConverter))>]
type DataBoxIdentity = class
interface IDataBoxIdentity
interface IJsonSerializable
Public Class DataBoxIdentity
Implements IDataBoxIdentity
- Inheritance
-
DataBoxIdentity
- Attributes
- Implements
Constructors
DataBoxIdentity() |
Creates an new DataBoxIdentity instance. |
Properties
Id |
Resource identity path |
JobName |
The name of the job Resource within the specified resource group. job names must be between 3 and 24 characters in length and use any alphanumeric and underscore only |
Location |
The location of the resource |
ResourceGroupName |
The Resource Group Name |
SubscriptionId |
The Subscription Id |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DataBoxIdentity. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DataBoxIdentity. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.IDataBoxIdentity. |
FromJsonString(String) |
Creates a new instance of DataBoxIdentity, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DataBoxIdentity into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |