ISphereIdentity 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.Sphere.Models.SphereIdentityTypeConverter))]
public interface ISphereIdentity : Microsoft.Azure.PowerShell.Cmdlets.Sphere.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.SphereIdentityTypeConverter))>]
type ISphereIdentity = interface
interface IJsonSerializable
Public Interface ISphereIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| CatalogName |
Name of catalog |
| DeploymentName |
Deployment name. Use .default for deployment creation and to get the current deployment for the associated device group. |
| DeviceGroupName |
Name of device group. |
| DeviceName |
Device name |
| Id |
Resource identity path |
| ImageName |
Image name. Use an image GUID for GA versions of the API. |
| ProductName |
Name of product. |
| ResourceGroupName |
The name of the resource group. The name is case insensitive. |
| SerialNumber |
Serial number of the certificate. Use '.default' to get current active certificate. |
| SubscriptionId |
The ID of the target subscription. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |