SphereIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.SphereIdentityTypeConverter))]
public class SphereIdentity : Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.ISphereIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.SphereIdentityTypeConverter))>]
type SphereIdentity = class
    interface ISphereIdentity
    interface IJsonSerializable
Public Class SphereIdentity
Implements ISphereIdentity
Inheritance
SphereIdentity
Attributes
Implements

Constructors

Name Description
SphereIdentity()

Creates an new SphereIdentity instance.

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
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SphereIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SphereIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.ISphereIdentity.

FromJsonString(String)

Creates a new instance of SphereIdentity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SphereIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to