microsoft.aadiam (preview:2017-04-01)

2025/10/23 • 6 new, 6 deleted methods

Operations_List (new)
Description Operation to return the list of available operations.
Reference Link ¶

⚼ Request

GET:  /providers/microsoft.aadiam/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
isDataAction: boolean ,
display:
{
publisher: string ,
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: string ,
properties: object ,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
DiagnosticSettings_List (new)
Description Gets the active diagnostic settings list for AadIam.
Reference Link ¶

⚼ Request

GET:  /providers/microsoft.aadiam/diagnosticSettings
{
api-version: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}

⚐ Response (200)

{
value:
[
{
properties:
{
storageAccountId: string ,
serviceBusRuleId: string ,
workspaceId: string ,
eventHubAuthorizationRuleId: string ,
eventHubName: string ,
logs:
[
{
category: enum ,
enabled: boolean ,
retentionPolicy:
{
enabled: boolean ,
days: integer ,
}
,
}
,
]
,
}
,
}
,
]
,
}
DiagnosticSettings_Get (new)
Description Gets the active diagnostic setting for AadIam.
Reference Link ¶

⚼ Request

GET:  /providers/microsoft.aadiam/diagnosticSettings/{name}
{
api-version: string ,
name: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}

⚐ Response (200)

{
properties:
{
storageAccountId: string ,
serviceBusRuleId: string ,
workspaceId: string ,
eventHubAuthorizationRuleId: string ,
eventHubName: string ,
logs:
[
{
category: enum ,
enabled: boolean ,
retentionPolicy:
{
enabled: boolean ,
days: integer ,
}
,
}
,
]
,
}
,
}
DiagnosticSettings_CreateOrUpdate (new)
Description Creates or updates diagnostic settings for AadIam.
Reference Link ¶

⚼ Request

PUT:  /providers/microsoft.aadiam/diagnosticSettings/{name}
{
api-version: string ,
parameters:
{
properties:
{
storageAccountId: string ,
serviceBusRuleId: string ,
workspaceId: string ,
eventHubAuthorizationRuleId: string ,
eventHubName: string ,
logs:
[
{
category: enum ,
enabled: boolean ,
retentionPolicy:
{
enabled: boolean ,
days: integer ,
}
,
}
,
]
,
}
,
}
,
name: string ,
}

⚐ Response (200)

{
properties:
{
storageAccountId: string ,
serviceBusRuleId: string ,
workspaceId: string ,
eventHubAuthorizationRuleId: string ,
eventHubName: string ,
logs:
[
{
category: enum ,
enabled: boolean ,
retentionPolicy:
{
enabled: boolean ,
days: integer ,
}
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
DiagnosticSettings_Delete (new)
Description Deletes existing diagnostic setting for AadIam.
Reference Link ¶

⚼ Request

DELETE:  /providers/microsoft.aadiam/diagnosticSettings/{name}
{
api-version: string ,
name: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}

⚐ Response (200)

{}

⚐ Response (204)

{}
DiagnosticSettingsCategory_List (new)
Description Lists the diagnostic settings categories for AadIam.
Reference Link ¶

⚼ Request

GET:  /providers/microsoft.aadiam/diagnosticSettingsCategories
{
api-version: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}

⚐ Response (200)

{
value:
[
{
properties:
{
categoryType: enum ,
}
,
}
,
]
,
}
Operations_List (removed)
Description Operation to return the list of available operations.
Reference Link ¶

⚼ Request

GET:  /providers/microsoft.aadiam/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
isDataAction: boolean ,
display:
{
publisher: string ,
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: string ,
properties: object ,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
DiagnosticSettings_List (removed)
Description Gets the active diagnostic settings list for AadIam.
Reference Link ¶

⚼ Request

GET:  /providers/microsoft.aadiam/diagnosticSettings
{
api-version: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}

⚐ Response (200)

{
value:
[
{
properties:
{
storageAccountId: string ,
serviceBusRuleId: string ,
workspaceId: string ,
eventHubAuthorizationRuleId: string ,
eventHubName: string ,
logs:
[
{
category: enum ,
enabled: boolean ,
retentionPolicy:
{
enabled: boolean ,
days: integer ,
}
,
}
,
]
,
}
,
}
,
]
,
}
DiagnosticSettings_Get (removed)
Description Gets the active diagnostic setting for AadIam.
Reference Link ¶

⚼ Request

GET:  /providers/microsoft.aadiam/diagnosticSettings/{name}
{
api-version: string ,
name: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}

⚐ Response (200)

{
properties:
{
storageAccountId: string ,
serviceBusRuleId: string ,
workspaceId: string ,
eventHubAuthorizationRuleId: string ,
eventHubName: string ,
logs:
[
{
category: enum ,
enabled: boolean ,
retentionPolicy:
{
enabled: boolean ,
days: integer ,
}
,
}
,
]
,
}
,
}
DiagnosticSettings_CreateOrUpdate (removed)
Description Creates or updates diagnostic settings for AadIam.
Reference Link ¶

⚼ Request

PUT:  /providers/microsoft.aadiam/diagnosticSettings/{name}
{
api-version: string ,
parameters:
{
properties:
{
storageAccountId: string ,
serviceBusRuleId: string ,
workspaceId: string ,
eventHubAuthorizationRuleId: string ,
eventHubName: string ,
logs:
[
{
category: enum ,
enabled: boolean ,
retentionPolicy:
{
enabled: boolean ,
days: integer ,
}
,
}
,
]
,
}
,
}
,
name: string ,
}

⚐ Response (200)

{
properties:
{
storageAccountId: string ,
serviceBusRuleId: string ,
workspaceId: string ,
eventHubAuthorizationRuleId: string ,
eventHubName: string ,
logs:
[
{
category: enum ,
enabled: boolean ,
retentionPolicy:
{
enabled: boolean ,
days: integer ,
}
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
DiagnosticSettings_Delete (removed)
Description Deletes existing diagnostic setting for AadIam.
Reference Link ¶

⚼ Request

DELETE:  /providers/microsoft.aadiam/diagnosticSettings/{name}
{
api-version: string ,
name: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}

⚐ Response (200)

{}

⚐ Response (204)

{}
DiagnosticSettingsCategory_List (removed)
Description Lists the diagnostic settings categories for AadIam.
Reference Link ¶

⚼ Request

GET:  /providers/microsoft.aadiam/diagnosticSettingsCategories
{
api-version: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}

⚐ Response (200)

{
value:
[
{
properties:
{
categoryType: enum ,
}
,
}
,
]
,
}