다음을 통해 공유


IDataBoxIdentity Interface

Definition

[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)

Applies to