deploymentAudience resource type
Namespace: microsoft.graph.windowsUpdates
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
The set of updatableAsset resources to which a deployment can apply.
If the same updatableAsset resource is included in the exclusions and members relationships, deployment will not apply to it.
Methods
Method | Return type | Description |
---|---|---|
List | microsoft.graph.windowsUpdates.deploymentAudience collection | Get a list of the deploymentAudience objects and their properties. |
Create | microsoft.graph.windowsUpdates.deploymentAudience | Create a new microsoft.graph.windowsUpdates.deploymentAudience object. |
Get | microsoft.graph.windowsUpdates.deploymentAudience | Read the properties and relationships of a deploymentAudience object. |
Delete | None | Delete a deploymentAudience object. |
List members | microsoft.graph.windowsUpdates.updatableAsset collection | List members of the microsoft.graph.windowsUpdates.deploymentAudience. |
List exclusions | microsoft.graph.windowsUpdates.updatableAsset collection | List exclusions of the microsoft.graph.windowsUpdates.deploymentAudience. |
Update members and exclusions | None | Add or remove members and exclusions. |
Update by ID | None | Add or remove members and exclusions of the same type. |
Properties
Property | Type | Description |
---|---|---|
id | String | The unique identifier for the deployment audience. Returned by default. Not nullable. Read-only. |
Relationships
Relationship | Type | Description |
---|---|---|
exclusions | microsoft.graph.windowsUpdates.updatableAsset collection | Specifies the assets to exclude from the audience. |
members | microsoft.graph.windowsUpdates.updatableAsset collection | Specifies the assets to include in the audience. |
applicableContent | microsoft.graph.windowsUpdates.applicableContent collection | Content eligible to deploy to devices in the audience. Not nullable. Read-only. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.windowsUpdates.deploymentAudience",
"id": "String (identifier)"
}