Share via


SpringCloudIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.SpringCloudIdentityTypeConverter))]
public class SpringCloudIdentity : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.SpringCloudIdentityTypeConverter))>]
type SpringCloudIdentity = class
    interface ISpringCloudIdentity
    interface IJsonSerializable
Public Class SpringCloudIdentity
Implements ISpringCloudIdentity
Inheritance
SpringCloudIdentity
Attributes
Implements

Constructors

Name Description
SpringCloudIdentity()

Creates an new SpringCloudIdentity instance.

Properties

Name Description
AgentPoolName

The name of the build service agent pool resource.

AppName

The name of the App resource.

BindingName

The name of the Binding resource.

BuilderName

The name of the builder resource.

BuildName

The name of the build resource.

BuildpackBindingName

The name of the Buildpack Binding Name

BuildpackName

The name of the buildpack resource.

BuildResultName

The name of the build result resource.

BuildServiceName

The name of the build service resource.

CertificateName

The name of the certificate resource.

ConfigurationServiceName

The name of Application Configuration Service.

DeploymentName

The name of the Deployment resource.

DomainName

The name of the custom domain resource.

Id

Resource identity path

Location

the region

ResourceGroupName

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

ServiceName

The name of the Service resource.

ServiceRegistryName

The name of Service Registry.

StackName

The name of the stack resource.

SubscriptionId

Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SpringCloudIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SpringCloudIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SpringCloudIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to