你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ISpringCloudIdentity 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.SpringCloud.Models.SpringCloudIdentityTypeConverter))]
public interface ISpringCloudIdentity : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.SpringCloudIdentityTypeConverter))>]
type ISpringCloudIdentity = interface
interface IJsonSerializable
Public Interface ISpringCloudIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |