ManagementAssociationsGetResponse type
Enthält Antwortdaten für den Get-Vorgang.
type ManagementAssociationsGetResponse = ManagementAssociation & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ManagementAssociation
}
}