Managed CCFProperties Response
data class ManagedCCFPropertiesResponse(val appName: String, val appUri: String, val deploymentType: DeploymentTypeResponse? = null, val identityServiceUri: String, val memberIdentityCertificates: List<MemberIdentityCertificateResponse>? = null, val nodeCount: Int? = null, val provisioningState: String)
Additional Managed CCF properties.
Constructors
Link copied to clipboard
constructor(appName: String, appUri: String, deploymentType: DeploymentTypeResponse? = null, identityServiceUri: String, memberIdentityCertificates: List<MemberIdentityCertificateResponse>? = null, nodeCount: Int? = null, provisioningState: String)