Package-level declarations

Types

data class DependencyOfRelationshipPropertiesResponse(val metadata: RelationshipMetadataResponse, val originInformation: RelationshipOriginInformationResponse, val provisioningState: String, val sourceId: String, val targetId: String, val targetTenant: String? = null)

dependencyOf relationship properties.

Link copied to clipboard
data class GetDependencyOfRelationshipResult(val azureApiVersion: String, val id: String, val name: String, val properties: DependencyOfRelationshipPropertiesResponse, val systemData: SystemDataResponse, val type: String)

Defines a dependencyOf relationship resource.

Link copied to clipboard
data class GetServiceGroupMemberRelationshipResult(val azureApiVersion: String, val id: String, val name: String, val properties: ServiceGroupMemberRelationshipPropertiesResponse, val systemData: SystemDataResponse, val type: String)

Defines a ServiceGroupMember relationship resource.

Link copied to clipboard
data class RelationshipMetadataResponse(val sourceType: String, val targetType: String)

Provides information about the relationship properties.

Link copied to clipboard
data class RelationshipOriginInformationResponse(val discoveryEngine: String, val relationshipOriginType: String)

Provides information about the origin of a relationship.

data class ServiceGroupMemberRelationshipPropertiesResponse(val metadata: RelationshipMetadataResponse, val originInformation: RelationshipOriginInformationResponse, val provisioningState: String, val sourceId: String, val targetId: String, val targetTenant: String? = null)

ServiceGroupMember relationship properties.

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.