Get Service Result
data class GetServiceResult(val deploymentId: String, val domainConfigurationType: String, val domainName: String, val filteredSyncEnabled: Boolean, val id: String, val location: String, val name: String, val notifications: List<GetServiceNotification>, val replicaSets: List<GetServiceReplicaSet>, val resourceGroupName: String, val resourceId: String, val secureLdaps: List<GetServiceSecureLdap>, val securities: List<GetServiceSecurity>, val sku: String, val syncOwner: String, val tags: Map<String, String>? = null, val tenantId: String, val version: Int)
A collection of values returned by getService.
Constructors
Link copied to clipboard
fun GetServiceResult(deploymentId: String, domainConfigurationType: String, domainName: String, filteredSyncEnabled: Boolean, id: String, location: String, name: String, notifications: List<GetServiceNotification>, replicaSets: List<GetServiceReplicaSet>, resourceGroupName: String, resourceId: String, secureLdaps: List<GetServiceSecureLdap>, securities: List<GetServiceSecurity>, sku: String, syncOwner: String, tags: Map<String, String>? = null, tenantId: String, version: Int)
Types
Properties
Link copied to clipboard
Link copied to clipboard
The Active Directory domain of the Domain Service. See official documentation for constraints and recommendations.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard