IDataBoxIdentity 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.DataBox.Models.DataBoxIdentityTypeConverter))]
public interface IDataBoxIdentity : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.DataBoxIdentityTypeConverter))>]
type IDataBoxIdentity = interface
interface IJsonSerializable
Public Interface IDataBoxIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |