Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ public AndroidManagedAppProtectionsRequestBuilder(string rawUrl, IRequestAdapter
{
}
/// <summary>
/// List properties and relationships of the androidManagedAppProtection objects.
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-list?view=graph-rest-1.0" />
/// Android managed app policies.
/// </summary>
/// <returns>A <see cref="global::Microsoft.Graph.Models.AndroidManagedAppProtectionCollectionResponse"/></returns>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
Expand All @@ -78,8 +77,7 @@ public AndroidManagedAppProtectionsRequestBuilder(string rawUrl, IRequestAdapter
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.AndroidManagedAppProtectionCollectionResponse>(requestInfo, global::Microsoft.Graph.Models.AndroidManagedAppProtectionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// Create a new androidManagedAppProtection object.
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-create?view=graph-rest-1.0" />
/// Create new navigation property to androidManagedAppProtections for deviceAppManagement
/// </summary>
/// <returns>A <see cref="global::Microsoft.Graph.Models.AndroidManagedAppProtection"/></returns>
/// <param name="body">The request body</param>
Expand All @@ -104,7 +102,7 @@ public AndroidManagedAppProtectionsRequestBuilder(string rawUrl, IRequestAdapter
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.AndroidManagedAppProtection>(requestInfo, global::Microsoft.Graph.Models.AndroidManagedAppProtection.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// List properties and relationships of the androidManagedAppProtection objects.
/// Android managed app policies.
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand All @@ -123,7 +121,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<gl
return requestInfo;
}
/// <summary>
/// Create a new androidManagedAppProtection object.
/// Create new navigation property to androidManagedAppProtections for deviceAppManagement
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="body">The request body</param>
Expand Down Expand Up @@ -154,7 +152,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model
return new global::Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.AndroidManagedAppProtectionsRequestBuilder(rawUrl, RequestAdapter);
}
/// <summary>
/// List properties and relationships of the androidManagedAppProtection objects.
/// Android managed app policies.
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class AndroidManagedAppProtectionsRequestBuilderGetQueryParameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ public AndroidManagedAppProtectionItemRequestBuilder(string rawUrl, IRequestAdap
{
}
/// <summary>
/// Deletes a androidManagedAppProtection.
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-delete?view=graph-rest-1.0" />
/// Delete navigation property androidManagedAppProtections for deviceAppManagement
/// </summary>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand All @@ -76,8 +75,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// Read properties and relationships of the androidManagedAppProtection object.
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-get?view=graph-rest-1.0" />
/// Android managed app policies.
/// </summary>
/// <returns>A <see cref="global::Microsoft.Graph.Models.AndroidManagedAppProtection"/></returns>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
Expand All @@ -100,8 +98,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.AndroidManagedAppProtection>(requestInfo, global::Microsoft.Graph.Models.AndroidManagedAppProtection.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// Update the properties of a androidManagedAppProtection object.
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-update?view=graph-rest-1.0" />
/// Update the navigation property androidManagedAppProtections in deviceAppManagement
/// </summary>
/// <returns>A <see cref="global::Microsoft.Graph.Models.AndroidManagedAppProtection"/></returns>
/// <param name="body">The request body</param>
Expand All @@ -126,7 +123,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.AndroidManagedAppProtection>(requestInfo, global::Microsoft.Graph.Models.AndroidManagedAppProtection.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// Deletes a androidManagedAppProtection.
/// Delete navigation property androidManagedAppProtections for deviceAppManagement
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand All @@ -145,7 +142,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
return requestInfo;
}
/// <summary>
/// Read properties and relationships of the androidManagedAppProtection object.
/// Android managed app policies.
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand All @@ -164,7 +161,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<gl
return requestInfo;
}
/// <summary>
/// Update the properties of a androidManagedAppProtection object.
/// Update the navigation property androidManagedAppProtections in deviceAppManagement
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="body">The request body</param>
Expand Down Expand Up @@ -203,7 +200,7 @@ public partial class AndroidManagedAppProtectionItemRequestBuilderDeleteRequestC
{
}
/// <summary>
/// Read properties and relationships of the androidManagedAppProtection object.
/// Android managed app policies.
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class AndroidManagedAppProtectionItemRequestBuilderGetQueryParameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ public DefaultManagedAppProtectionsRequestBuilder(string rawUrl, IRequestAdapter
{
}
/// <summary>
/// List properties and relationships of the defaultManagedAppProtection objects.
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-list?view=graph-rest-1.0" />
/// Default managed app policies.
/// </summary>
/// <returns>A <see cref="global::Microsoft.Graph.Models.DefaultManagedAppProtectionCollectionResponse"/></returns>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
Expand All @@ -78,8 +77,7 @@ public DefaultManagedAppProtectionsRequestBuilder(string rawUrl, IRequestAdapter
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.DefaultManagedAppProtectionCollectionResponse>(requestInfo, global::Microsoft.Graph.Models.DefaultManagedAppProtectionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// Create a new defaultManagedAppProtection object.
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-create?view=graph-rest-1.0" />
/// Create new navigation property to defaultManagedAppProtections for deviceAppManagement
/// </summary>
/// <returns>A <see cref="global::Microsoft.Graph.Models.DefaultManagedAppProtection"/></returns>
/// <param name="body">The request body</param>
Expand All @@ -104,7 +102,7 @@ public DefaultManagedAppProtectionsRequestBuilder(string rawUrl, IRequestAdapter
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.DefaultManagedAppProtection>(requestInfo, global::Microsoft.Graph.Models.DefaultManagedAppProtection.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// List properties and relationships of the defaultManagedAppProtection objects.
/// Default managed app policies.
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand All @@ -123,7 +121,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<gl
return requestInfo;
}
/// <summary>
/// Create a new defaultManagedAppProtection object.
/// Create new navigation property to defaultManagedAppProtections for deviceAppManagement
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="body">The request body</param>
Expand Down Expand Up @@ -154,7 +152,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model
return new global::Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.DefaultManagedAppProtectionsRequestBuilder(rawUrl, RequestAdapter);
}
/// <summary>
/// List properties and relationships of the defaultManagedAppProtection objects.
/// Default managed app policies.
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class DefaultManagedAppProtectionsRequestBuilderGetQueryParameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ public DefaultManagedAppProtectionItemRequestBuilder(string rawUrl, IRequestAdap
{
}
/// <summary>
/// Deletes a defaultManagedAppProtection.
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-delete?view=graph-rest-1.0" />
/// Delete navigation property defaultManagedAppProtections for deviceAppManagement
/// </summary>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand All @@ -70,8 +69,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// Read properties and relationships of the defaultManagedAppProtection object.
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-get?view=graph-rest-1.0" />
/// Default managed app policies.
/// </summary>
/// <returns>A <see cref="global::Microsoft.Graph.Models.DefaultManagedAppProtection"/></returns>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
Expand All @@ -94,8 +92,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.DefaultManagedAppProtection>(requestInfo, global::Microsoft.Graph.Models.DefaultManagedAppProtection.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// Update the properties of a defaultManagedAppProtection object.
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-update?view=graph-rest-1.0" />
/// Update the navigation property defaultManagedAppProtections in deviceAppManagement
/// </summary>
/// <returns>A <see cref="global::Microsoft.Graph.Models.DefaultManagedAppProtection"/></returns>
/// <param name="body">The request body</param>
Expand All @@ -120,7 +117,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.DefaultManagedAppProtection>(requestInfo, global::Microsoft.Graph.Models.DefaultManagedAppProtection.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// Deletes a defaultManagedAppProtection.
/// Delete navigation property defaultManagedAppProtections for deviceAppManagement
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand All @@ -139,7 +136,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
return requestInfo;
}
/// <summary>
/// Read properties and relationships of the defaultManagedAppProtection object.
/// Default managed app policies.
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand All @@ -158,7 +155,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<gl
return requestInfo;
}
/// <summary>
/// Update the properties of a defaultManagedAppProtection object.
/// Update the navigation property defaultManagedAppProtections in deviceAppManagement
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="body">The request body</param>
Expand Down Expand Up @@ -197,7 +194,7 @@ public partial class DefaultManagedAppProtectionItemRequestBuilderDeleteRequestC
{
}
/// <summary>
/// Read properties and relationships of the defaultManagedAppProtection object.
/// Default managed app policies.
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class DefaultManagedAppProtectionItemRequestBuilderGetQueryParameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public DeviceAppManagementRequestBuilder(string rawUrl, IRequestAdapter requestA
}
/// <summary>
/// Read properties and relationships of the deviceAppManagement object.
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-apps-deviceappmanagement-get?view=graph-rest-1.0" />
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-policyset-deviceappmanagement-get?view=graph-rest-1.0" />
/// </summary>
/// <returns>A <see cref="global::Microsoft.Graph.Models.DeviceAppManagement"/></returns>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
Expand All @@ -156,7 +156,7 @@ public DeviceAppManagementRequestBuilder(string rawUrl, IRequestAdapter requestA
}
/// <summary>
/// Update the properties of a deviceAppManagement object.
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-apps-deviceappmanagement-update?view=graph-rest-1.0" />
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-policyset-deviceappmanagement-update?view=graph-rest-1.0" />
/// </summary>
/// <returns>A <see cref="global::Microsoft.Graph.Models.DeviceAppManagement"/></returns>
/// <param name="body">The request body</param>
Expand Down
Loading
Loading