Skip to content
Open
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// Get targetedMessages from chats
/// A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can&apos;t expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
/// </summary>
/// <returns>A <see cref="global::Microsoft.Graph.Models.TargetedChatMessage"/></returns>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
Expand Down Expand Up @@ -136,7 +136,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
return requestInfo;
}
/// <summary>
/// Get targetedMessages from chats
/// A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can&apos;t expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand Down Expand Up @@ -194,7 +194,7 @@ public partial class TargetedChatMessageItemRequestBuilderDeleteRequestConfigura
{
}
/// <summary>
/// Get targetedMessages from chats
/// A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can&apos;t expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class TargetedChatMessageItemRequestBuilderGetQueryParameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public TargetedMessagesRequestBuilder(string rawUrl, IRequestAdapter requestAdap
{
}
/// <summary>
/// Get targetedMessages from chats
/// A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can&apos;t expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
/// </summary>
/// <returns>A <see cref="global::Microsoft.Graph.Models.TargetedChatMessageCollectionResponse"/></returns>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
Expand Down Expand Up @@ -102,7 +102,7 @@ public TargetedMessagesRequestBuilder(string rawUrl, IRequestAdapter requestAdap
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.TargetedChatMessage>(requestInfo, global::Microsoft.Graph.Models.TargetedChatMessage.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// Get targetedMessages from chats
/// A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can&apos;t expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand Down Expand Up @@ -152,7 +152,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model
return new global::Microsoft.Graph.Chats.Item.TargetedMessages.TargetedMessagesRequestBuilder(rawUrl, RequestAdapter);
}
/// <summary>
/// Get targetedMessages from chats
/// A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can&apos;t expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class TargetedMessagesRequestBuilderGetQueryParameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// Get jobs from directory
/// Collection of all recovery jobs (both preview and recovery) for the tenant.
/// </summary>
/// <returns>A <see cref="global::Microsoft.Graph.Models.EntraRecoveryServices.RecoveryJobBase"/></returns>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
Expand Down Expand Up @@ -130,7 +130,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
return requestInfo;
}
/// <summary>
/// Get jobs from directory
/// Collection of all recovery jobs (both preview and recovery) for the tenant.
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand Down Expand Up @@ -188,7 +188,7 @@ public partial class RecoveryJobBaseItemRequestBuilderDeleteRequestConfiguration
{
}
/// <summary>
/// Get jobs from directory
/// Collection of all recovery jobs (both preview and recovery) for the tenant.
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class RecoveryJobBaseItemRequestBuilderGetQueryParameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ public JobsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(
{
}
/// <summary>
/// Get jobs from directory
/// Get a list of all recovery recoveryJobBase objects (both preview and recovery jobs) across all snapshots for the tenant.
/// Find more info here <see href="https://learn.microsoft.com/graph/api/entrarecoveryservices-recovery-list-jobs?view=graph-rest-1.0" />
/// </summary>
/// <returns>A <see cref="global::Microsoft.Graph.Models.EntraRecoveryServices.RecoveryJobBaseCollectionResponse"/></returns>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
Expand Down Expand Up @@ -102,7 +103,7 @@ public JobsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.EntraRecoveryServices.RecoveryJobBase>(requestInfo, global::Microsoft.Graph.Models.EntraRecoveryServices.RecoveryJobBase.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// Get jobs from directory
/// Get a list of all recovery recoveryJobBase objects (both preview and recovery jobs) across all snapshots for the tenant.
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand Down Expand Up @@ -152,7 +153,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model
return new global::Microsoft.Graph.DirectoryNamespace.Recovery.Jobs.JobsRequestBuilder(rawUrl, RequestAdapter);
}
/// <summary>
/// Get jobs from directory
/// Get a list of all recovery recoveryJobBase objects (both preview and recovery jobs) across all snapshots for the tenant.
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class JobsRequestBuilderGetQueryParameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public RecoveryJobItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapt
{
}
/// <summary>
/// Get recoveryJobs from directory
/// Collection of recovery jobs created for this snapshot.
/// </summary>
/// <returns>A <see cref="global::Microsoft.Graph.Models.EntraRecoveryServices.RecoveryJob"/></returns>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
Expand All @@ -58,7 +58,7 @@ public RecoveryJobItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapt
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.EntraRecoveryServices.RecoveryJob>(requestInfo, global::Microsoft.Graph.Models.EntraRecoveryServices.RecoveryJob.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// Get recoveryJobs from directory
/// Collection of recovery jobs created for this snapshot.
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand Down Expand Up @@ -86,7 +86,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<gl
return new global::Microsoft.Graph.DirectoryNamespace.Recovery.Snapshots.Item.RecoveryJobs.Item.RecoveryJobItemRequestBuilder(rawUrl, RequestAdapter);
}
/// <summary>
/// Get recoveryJobs from directory
/// Collection of recovery jobs created for this snapshot.
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class RecoveryJobItemRequestBuilderGetQueryParameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public RecoveryJobsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)
{
}
/// <summary>
/// Get recoveryJobs from directory
/// Collection of recovery jobs created for this snapshot.
/// </summary>
/// <returns>A <see cref="global::Microsoft.Graph.Models.EntraRecoveryServices.RecoveryJobCollectionResponse"/></returns>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
Expand All @@ -77,7 +77,7 @@ public RecoveryJobsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.EntraRecoveryServices.RecoveryJobCollectionResponse>(requestInfo, global::Microsoft.Graph.Models.EntraRecoveryServices.RecoveryJobCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// Get recoveryJobs from directory
/// Collection of recovery jobs created for this snapshot.
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand Down Expand Up @@ -105,7 +105,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<gl
return new global::Microsoft.Graph.DirectoryNamespace.Recovery.Snapshots.Item.RecoveryJobs.RecoveryJobsRequestBuilder(rawUrl, RequestAdapter);
}
/// <summary>
/// Get recoveryJobs from directory
/// Collection of recovery jobs created for this snapshot.
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class RecoveryJobsRequestBuilderGetQueryParameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public RecoveryPreviewJobItemRequestBuilder(string rawUrl, IRequestAdapter reque
{
}
/// <summary>
/// Get recoveryPreviewJobs from directory
/// Collection of preview jobs created for this snapshot.
/// </summary>
/// <returns>A <see cref="global::Microsoft.Graph.Models.EntraRecoveryServices.RecoveryPreviewJob"/></returns>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
Expand All @@ -58,7 +58,7 @@ public RecoveryPreviewJobItemRequestBuilder(string rawUrl, IRequestAdapter reque
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.EntraRecoveryServices.RecoveryPreviewJob>(requestInfo, global::Microsoft.Graph.Models.EntraRecoveryServices.RecoveryPreviewJob.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// Get recoveryPreviewJobs from directory
/// Collection of preview jobs created for this snapshot.
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand Down Expand Up @@ -86,7 +86,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<gl
return new global::Microsoft.Graph.DirectoryNamespace.Recovery.Snapshots.Item.RecoveryPreviewJobs.Item.RecoveryPreviewJobItemRequestBuilder(rawUrl, RequestAdapter);
}
/// <summary>
/// Get recoveryPreviewJobs from directory
/// Collection of preview jobs created for this snapshot.
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class RecoveryPreviewJobItemRequestBuilderGetQueryParameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public RecoveryPreviewJobsRequestBuilder(string rawUrl, IRequestAdapter requestA
{
}
/// <summary>
/// Get recoveryPreviewJobs from directory
/// Collection of preview jobs created for this snapshot.
/// </summary>
/// <returns>A <see cref="global::Microsoft.Graph.Models.EntraRecoveryServices.RecoveryPreviewJobCollectionResponse"/></returns>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
Expand All @@ -77,7 +77,7 @@ public RecoveryPreviewJobsRequestBuilder(string rawUrl, IRequestAdapter requestA
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.EntraRecoveryServices.RecoveryPreviewJobCollectionResponse>(requestInfo, global::Microsoft.Graph.Models.EntraRecoveryServices.RecoveryPreviewJobCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// Get recoveryPreviewJobs from directory
/// Collection of preview jobs created for this snapshot.
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand Down Expand Up @@ -105,7 +105,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<gl
return new global::Microsoft.Graph.DirectoryNamespace.Recovery.Snapshots.Item.RecoveryPreviewJobs.RecoveryPreviewJobsRequestBuilder(rawUrl, RequestAdapter);
}
/// <summary>
/// Get recoveryPreviewJobs from directory
/// Collection of preview jobs created for this snapshot.
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class RecoveryPreviewJobsRequestBuilderGetQueryParameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// Get snapshots from directory
/// Collection of backup snapshots available for the tenant.
/// </summary>
/// <returns>A <see cref="global::Microsoft.Graph.Models.EntraRecoveryServices.Snapshot"/></returns>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
Expand Down Expand Up @@ -136,7 +136,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
return requestInfo;
}
/// <summary>
/// Get snapshots from directory
/// Collection of backup snapshots available for the tenant.
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand Down Expand Up @@ -194,7 +194,7 @@ public partial class SnapshotItemRequestBuilderDeleteRequestConfiguration : Requ
{
}
/// <summary>
/// Get snapshots from directory
/// Collection of backup snapshots available for the tenant.
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class SnapshotItemRequestBuilderGetQueryParameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ public SnapshotsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) :
{
}
/// <summary>
/// Get snapshots from directory
/// Get a list of available backup snapshot objects for the tenant. Snapshots represent points in time to which the tenant can be restored.
/// Find more info here <see href="https://learn.microsoft.com/graph/api/entrarecoveryservices-recovery-list-snapshots?view=graph-rest-1.0" />
/// </summary>
/// <returns>A <see cref="global::Microsoft.Graph.Models.EntraRecoveryServices.SnapshotCollectionResponse"/></returns>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
Expand Down Expand Up @@ -102,7 +103,7 @@ public SnapshotsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) :
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.EntraRecoveryServices.Snapshot>(requestInfo, global::Microsoft.Graph.Models.EntraRecoveryServices.Snapshot.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// Get snapshots from directory
/// Get a list of available backup snapshot objects for the tenant. Snapshots represent points in time to which the tenant can be restored.
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand Down Expand Up @@ -152,7 +153,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model
return new global::Microsoft.Graph.DirectoryNamespace.Recovery.Snapshots.SnapshotsRequestBuilder(rawUrl, RequestAdapter);
}
/// <summary>
/// Get snapshots from directory
/// Get a list of available backup snapshot objects for the tenant. Snapshots represent points in time to which the tenant can be restored.
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class SnapshotsRequestBuilderGetQueryParameters
Expand Down
Loading
Loading