ManagementAssociationsListBySubscriptionResponse type
Berisi data respons untuk operasi listBySubscription.
type ManagementAssociationsListBySubscriptionResponse =
ManagementAssociationPropertiesList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ManagementAssociationPropertiesList
}
}