OwnershipInferenceResponse |
CsmOwnershipApi.getOwnershipInference(String resourceId,
OwnershipOwnerType ownerType,
CsmOwnershipApi.GetOwnershipInferenceOptionalParameters parameters)
Get an ownership inference by owner type.
|
CompletableFuture<OwnershipInferenceResponse> |
CsmOwnershipApi.getOwnershipInferenceAsync(String resourceId,
OwnershipOwnerType ownerType,
CsmOwnershipApi.GetOwnershipInferenceOptionalParameters parameters)
Get an ownership inference by owner type.
|
ApiResponse<OwnershipInferenceResponse> |
CsmOwnershipApi.getOwnershipInferenceWithHttpInfo(String resourceId,
OwnershipOwnerType ownerType,
CsmOwnershipApi.GetOwnershipInferenceOptionalParameters parameters)
Get the current ownership inference for a resource for a specific owner type.
|
CompletableFuture<ApiResponse<OwnershipInferenceResponse>> |
CsmOwnershipApi.getOwnershipInferenceWithHttpInfoAsync(String resourceId,
OwnershipOwnerType ownerType,
CsmOwnershipApi.GetOwnershipInferenceOptionalParameters parameters)
Get an ownership inference by owner type.
|