934 строки
92 KiB
YAML
934 строки
92 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient"
|
|
name: "SnapshotsClient"
|
|
nameWithType: "SnapshotsClient"
|
|
summary: "An instance of this class provides access to all the operations defined in Snapshots<wbr>Client."
|
|
syntax: "public interface **SnapshotsClient**</br> extends <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsGet?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsGet&text=InnerSupportsGet\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsListing?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsListing&text=InnerSupportsListing\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete&text=InnerSupportsDelete\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.beginCreateOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.compute.fluent.models.SnapshotInner)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.beginCreateOrUpdate(String resourceGroupName, String snapshotName, SnapshotInner snapshot)"
|
|
name: "beginCreateOrUpdate(String resourceGroupName, String snapshotName, SnapshotInner snapshot)"
|
|
nameWithType: "SnapshotsClient.beginCreateOrUpdate(String resourceGroupName, String snapshotName, SnapshotInner snapshot)"
|
|
summary: "Creates or updates a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Snapshot object supplied in the body of the Put disk operation."
|
|
name: "snapshot"
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SyncPoller<PollResult<SnapshotInner>,SnapshotInner> beginCreateOrUpdate(String resourceGroupName, String snapshotName, SnapshotInner snapshot)"
|
|
desc: "Creates or updates a snapshot."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of snapshot resource."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.beginCreateOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.compute.fluent.models.SnapshotInner,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.beginCreateOrUpdate(String resourceGroupName, String snapshotName, SnapshotInner snapshot, Context context)"
|
|
name: "beginCreateOrUpdate(String resourceGroupName, String snapshotName, SnapshotInner snapshot, Context context)"
|
|
nameWithType: "SnapshotsClient.beginCreateOrUpdate(String resourceGroupName, String snapshotName, SnapshotInner snapshot, Context context)"
|
|
summary: "Creates or updates a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Snapshot object supplied in the body of the Put disk operation."
|
|
name: "snapshot"
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SyncPoller<PollResult<SnapshotInner>,SnapshotInner> beginCreateOrUpdate(String resourceGroupName, String snapshotName, SnapshotInner snapshot, Context context)"
|
|
desc: "Creates or updates a snapshot."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of snapshot resource."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.beginCreateOrUpdateAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.compute.fluent.models.SnapshotInner)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.beginCreateOrUpdateAsync(String resourceGroupName, String snapshotName, SnapshotInner snapshot)"
|
|
name: "beginCreateOrUpdateAsync(String resourceGroupName, String snapshotName, SnapshotInner snapshot)"
|
|
nameWithType: "SnapshotsClient.beginCreateOrUpdateAsync(String resourceGroupName, String snapshotName, SnapshotInner snapshot)"
|
|
summary: "Creates or updates a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Snapshot object supplied in the body of the Put disk operation."
|
|
name: "snapshot"
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PollerFlux<PollResult<SnapshotInner>,SnapshotInner> beginCreateOrUpdateAsync(String resourceGroupName, String snapshotName, SnapshotInner snapshot)"
|
|
desc: "Creates or updates a snapshot."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of snapshot resource."
|
|
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.beginDelete(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.beginDelete(String resourceGroupName, String snapshotName)"
|
|
name: "beginDelete(String resourceGroupName, String snapshotName)"
|
|
nameWithType: "SnapshotsClient.beginDelete(String resourceGroupName, String snapshotName)"
|
|
summary: "Deletes a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String snapshotName)"
|
|
desc: "Deletes a snapshot."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.beginDelete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.beginDelete(String resourceGroupName, String snapshotName, Context context)"
|
|
name: "beginDelete(String resourceGroupName, String snapshotName, Context context)"
|
|
nameWithType: "SnapshotsClient.beginDelete(String resourceGroupName, String snapshotName, Context context)"
|
|
summary: "Deletes a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String snapshotName, Context context)"
|
|
desc: "Deletes a snapshot."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.beginDeleteAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.beginDeleteAsync(String resourceGroupName, String snapshotName)"
|
|
name: "beginDeleteAsync(String resourceGroupName, String snapshotName)"
|
|
nameWithType: "SnapshotsClient.beginDeleteAsync(String resourceGroupName, String snapshotName)"
|
|
summary: "Deletes a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String snapshotName)"
|
|
desc: "Deletes a snapshot."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of long-running operation."
|
|
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.beginGrantAccess(java.lang.String,java.lang.String,com.azure.resourcemanager.compute.models.GrantAccessData)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.beginGrantAccess(String resourceGroupName, String snapshotName, GrantAccessData grantAccessData)"
|
|
name: "beginGrantAccess(String resourceGroupName, String snapshotName, GrantAccessData grantAccessData)"
|
|
nameWithType: "SnapshotsClient.beginGrantAccess(String resourceGroupName, String snapshotName, GrantAccessData grantAccessData)"
|
|
summary: "Grants access to a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Access data object supplied in the body of the get snapshot access operation."
|
|
name: "grantAccessData"
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.models.GrantAccessData?alt=com.azure.resourcemanager.compute.models.GrantAccessData&text=GrantAccessData\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SyncPoller<PollResult<AccessUriInner>,AccessUriInner> beginGrantAccess(String resourceGroupName, String snapshotName, GrantAccessData grantAccessData)"
|
|
desc: "Grants access to a snapshot."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of a disk access SAS uri."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.compute.fluent.models.AccessUriInner?alt=com.azure.resourcemanager.compute.fluent.models.AccessUriInner&text=AccessUriInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.compute.fluent.models.AccessUriInner?alt=com.azure.resourcemanager.compute.fluent.models.AccessUriInner&text=AccessUriInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.beginGrantAccess(java.lang.String,java.lang.String,com.azure.resourcemanager.compute.models.GrantAccessData,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.beginGrantAccess(String resourceGroupName, String snapshotName, GrantAccessData grantAccessData, Context context)"
|
|
name: "beginGrantAccess(String resourceGroupName, String snapshotName, GrantAccessData grantAccessData, Context context)"
|
|
nameWithType: "SnapshotsClient.beginGrantAccess(String resourceGroupName, String snapshotName, GrantAccessData grantAccessData, Context context)"
|
|
summary: "Grants access to a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Access data object supplied in the body of the get snapshot access operation."
|
|
name: "grantAccessData"
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.models.GrantAccessData?alt=com.azure.resourcemanager.compute.models.GrantAccessData&text=GrantAccessData\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SyncPoller<PollResult<AccessUriInner>,AccessUriInner> beginGrantAccess(String resourceGroupName, String snapshotName, GrantAccessData grantAccessData, Context context)"
|
|
desc: "Grants access to a snapshot."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of a disk access SAS uri."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.compute.fluent.models.AccessUriInner?alt=com.azure.resourcemanager.compute.fluent.models.AccessUriInner&text=AccessUriInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.compute.fluent.models.AccessUriInner?alt=com.azure.resourcemanager.compute.fluent.models.AccessUriInner&text=AccessUriInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.beginGrantAccessAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.compute.models.GrantAccessData)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.beginGrantAccessAsync(String resourceGroupName, String snapshotName, GrantAccessData grantAccessData)"
|
|
name: "beginGrantAccessAsync(String resourceGroupName, String snapshotName, GrantAccessData grantAccessData)"
|
|
nameWithType: "SnapshotsClient.beginGrantAccessAsync(String resourceGroupName, String snapshotName, GrantAccessData grantAccessData)"
|
|
summary: "Grants access to a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Access data object supplied in the body of the get snapshot access operation."
|
|
name: "grantAccessData"
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.models.GrantAccessData?alt=com.azure.resourcemanager.compute.models.GrantAccessData&text=GrantAccessData\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PollerFlux<PollResult<AccessUriInner>,AccessUriInner> beginGrantAccessAsync(String resourceGroupName, String snapshotName, GrantAccessData grantAccessData)"
|
|
desc: "Grants access to a snapshot."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of a disk access SAS uri."
|
|
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.compute.fluent.models.AccessUriInner?alt=com.azure.resourcemanager.compute.fluent.models.AccessUriInner&text=AccessUriInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.compute.fluent.models.AccessUriInner?alt=com.azure.resourcemanager.compute.fluent.models.AccessUriInner&text=AccessUriInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.beginRevokeAccess(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.beginRevokeAccess(String resourceGroupName, String snapshotName)"
|
|
name: "beginRevokeAccess(String resourceGroupName, String snapshotName)"
|
|
nameWithType: "SnapshotsClient.beginRevokeAccess(String resourceGroupName, String snapshotName)"
|
|
summary: "Revokes access to a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginRevokeAccess(String resourceGroupName, String snapshotName)"
|
|
desc: "Revokes access to a snapshot."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.beginRevokeAccess(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.beginRevokeAccess(String resourceGroupName, String snapshotName, Context context)"
|
|
name: "beginRevokeAccess(String resourceGroupName, String snapshotName, Context context)"
|
|
nameWithType: "SnapshotsClient.beginRevokeAccess(String resourceGroupName, String snapshotName, Context context)"
|
|
summary: "Revokes access to a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginRevokeAccess(String resourceGroupName, String snapshotName, Context context)"
|
|
desc: "Revokes access to a snapshot."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.beginRevokeAccessAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.beginRevokeAccessAsync(String resourceGroupName, String snapshotName)"
|
|
name: "beginRevokeAccessAsync(String resourceGroupName, String snapshotName)"
|
|
nameWithType: "SnapshotsClient.beginRevokeAccessAsync(String resourceGroupName, String snapshotName)"
|
|
summary: "Revokes access to a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PollerFlux<PollResult<Void>,Void> beginRevokeAccessAsync(String resourceGroupName, String snapshotName)"
|
|
desc: "Revokes access to a snapshot."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of long-running operation."
|
|
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.beginUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.compute.models.SnapshotUpdate)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.beginUpdate(String resourceGroupName, String snapshotName, SnapshotUpdate snapshot)"
|
|
name: "beginUpdate(String resourceGroupName, String snapshotName, SnapshotUpdate snapshot)"
|
|
nameWithType: "SnapshotsClient.beginUpdate(String resourceGroupName, String snapshotName, SnapshotUpdate snapshot)"
|
|
summary: "Updates (patches) a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Snapshot object supplied in the body of the Patch snapshot operation."
|
|
name: "snapshot"
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.models.SnapshotUpdate?alt=com.azure.resourcemanager.compute.models.SnapshotUpdate&text=SnapshotUpdate\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SyncPoller<PollResult<SnapshotInner>,SnapshotInner> beginUpdate(String resourceGroupName, String snapshotName, SnapshotUpdate snapshot)"
|
|
desc: "Updates (patches) a snapshot."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of snapshot resource."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.beginUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.compute.models.SnapshotUpdate,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.beginUpdate(String resourceGroupName, String snapshotName, SnapshotUpdate snapshot, Context context)"
|
|
name: "beginUpdate(String resourceGroupName, String snapshotName, SnapshotUpdate snapshot, Context context)"
|
|
nameWithType: "SnapshotsClient.beginUpdate(String resourceGroupName, String snapshotName, SnapshotUpdate snapshot, Context context)"
|
|
summary: "Updates (patches) a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Snapshot object supplied in the body of the Patch snapshot operation."
|
|
name: "snapshot"
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.models.SnapshotUpdate?alt=com.azure.resourcemanager.compute.models.SnapshotUpdate&text=SnapshotUpdate\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SyncPoller<PollResult<SnapshotInner>,SnapshotInner> beginUpdate(String resourceGroupName, String snapshotName, SnapshotUpdate snapshot, Context context)"
|
|
desc: "Updates (patches) a snapshot."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of snapshot resource."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.beginUpdateAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.compute.models.SnapshotUpdate)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.beginUpdateAsync(String resourceGroupName, String snapshotName, SnapshotUpdate snapshot)"
|
|
name: "beginUpdateAsync(String resourceGroupName, String snapshotName, SnapshotUpdate snapshot)"
|
|
nameWithType: "SnapshotsClient.beginUpdateAsync(String resourceGroupName, String snapshotName, SnapshotUpdate snapshot)"
|
|
summary: "Updates (patches) a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Snapshot object supplied in the body of the Patch snapshot operation."
|
|
name: "snapshot"
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.models.SnapshotUpdate?alt=com.azure.resourcemanager.compute.models.SnapshotUpdate&text=SnapshotUpdate\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PollerFlux<PollResult<SnapshotInner>,SnapshotInner> beginUpdateAsync(String resourceGroupName, String snapshotName, SnapshotUpdate snapshot)"
|
|
desc: "Updates (patches) a snapshot."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of snapshot resource."
|
|
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.compute.fluent.models.SnapshotInner)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.createOrUpdate(String resourceGroupName, String snapshotName, SnapshotInner snapshot)"
|
|
name: "createOrUpdate(String resourceGroupName, String snapshotName, SnapshotInner snapshot)"
|
|
nameWithType: "SnapshotsClient.createOrUpdate(String resourceGroupName, String snapshotName, SnapshotInner snapshot)"
|
|
summary: "Creates or updates a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Snapshot object supplied in the body of the Put disk operation."
|
|
name: "snapshot"
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SnapshotInner createOrUpdate(String resourceGroupName, String snapshotName, SnapshotInner snapshot)"
|
|
desc: "Creates or updates a snapshot."
|
|
returns:
|
|
description: "snapshot resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.compute.fluent.models.SnapshotInner,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.createOrUpdate(String resourceGroupName, String snapshotName, SnapshotInner snapshot, Context context)"
|
|
name: "createOrUpdate(String resourceGroupName, String snapshotName, SnapshotInner snapshot, Context context)"
|
|
nameWithType: "SnapshotsClient.createOrUpdate(String resourceGroupName, String snapshotName, SnapshotInner snapshot, Context context)"
|
|
summary: "Creates or updates a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Snapshot object supplied in the body of the Put disk operation."
|
|
name: "snapshot"
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SnapshotInner createOrUpdate(String resourceGroupName, String snapshotName, SnapshotInner snapshot, Context context)"
|
|
desc: "Creates or updates a snapshot."
|
|
returns:
|
|
description: "snapshot resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.createOrUpdateAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.compute.fluent.models.SnapshotInner)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.createOrUpdateAsync(String resourceGroupName, String snapshotName, SnapshotInner snapshot)"
|
|
name: "createOrUpdateAsync(String resourceGroupName, String snapshotName, SnapshotInner snapshot)"
|
|
nameWithType: "SnapshotsClient.createOrUpdateAsync(String resourceGroupName, String snapshotName, SnapshotInner snapshot)"
|
|
summary: "Creates or updates a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Snapshot object supplied in the body of the Put disk operation."
|
|
name: "snapshot"
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<SnapshotInner> createOrUpdateAsync(String resourceGroupName, String snapshotName, SnapshotInner snapshot)"
|
|
desc: "Creates or updates a snapshot."
|
|
returns:
|
|
description: "snapshot resource on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.createOrUpdateWithResponseAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.compute.fluent.models.SnapshotInner)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String snapshotName, SnapshotInner snapshot)"
|
|
name: "createOrUpdateWithResponseAsync(String resourceGroupName, String snapshotName, SnapshotInner snapshot)"
|
|
nameWithType: "SnapshotsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String snapshotName, SnapshotInner snapshot)"
|
|
summary: "Creates or updates a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Snapshot object supplied in the body of the Put disk operation."
|
|
name: "snapshot"
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String snapshotName, SnapshotInner snapshot)"
|
|
desc: "Creates or updates a snapshot."
|
|
returns:
|
|
description: "snapshot resource along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>>>>"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.delete(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.delete(String resourceGroupName, String snapshotName)"
|
|
name: "delete(String resourceGroupName, String snapshotName)"
|
|
nameWithType: "SnapshotsClient.delete(String resourceGroupName, String snapshotName)"
|
|
summary: "Deletes a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void delete(String resourceGroupName, String snapshotName)"
|
|
desc: "Deletes a snapshot."
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.delete(String resourceGroupName, String snapshotName, Context context)"
|
|
name: "delete(String resourceGroupName, String snapshotName, Context context)"
|
|
nameWithType: "SnapshotsClient.delete(String resourceGroupName, String snapshotName, Context context)"
|
|
summary: "Deletes a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract void delete(String resourceGroupName, String snapshotName, Context context)"
|
|
desc: "Deletes a snapshot."
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.deleteAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.deleteAsync(String resourceGroupName, String snapshotName)"
|
|
name: "deleteAsync(String resourceGroupName, String snapshotName)"
|
|
nameWithType: "SnapshotsClient.deleteAsync(String resourceGroupName, String snapshotName)"
|
|
summary: "Deletes a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Void> deleteAsync(String resourceGroupName, String snapshotName)"
|
|
desc: "Deletes a snapshot."
|
|
returns:
|
|
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when a successful response is received."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.deleteWithResponseAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.deleteWithResponseAsync(String resourceGroupName, String snapshotName)"
|
|
name: "deleteWithResponseAsync(String resourceGroupName, String snapshotName)"
|
|
nameWithType: "SnapshotsClient.deleteWithResponseAsync(String resourceGroupName, String snapshotName)"
|
|
summary: "Deletes a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String snapshotName)"
|
|
desc: "Deletes a snapshot."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>>>>"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.getByResourceGroup(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.getByResourceGroup(String resourceGroupName, String snapshotName)"
|
|
name: "getByResourceGroup(String resourceGroupName, String snapshotName)"
|
|
nameWithType: "SnapshotsClient.getByResourceGroup(String resourceGroupName, String snapshotName)"
|
|
summary: "Gets information about a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract SnapshotInner getByResourceGroup(String resourceGroupName, String snapshotName)"
|
|
desc: "Gets information about a snapshot."
|
|
returns:
|
|
description: "information about a snapshot."
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.getByResourceGroupAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.getByResourceGroupAsync(String resourceGroupName, String snapshotName)"
|
|
name: "getByResourceGroupAsync(String resourceGroupName, String snapshotName)"
|
|
nameWithType: "SnapshotsClient.getByResourceGroupAsync(String resourceGroupName, String snapshotName)"
|
|
summary: "Gets information about a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<SnapshotInner> getByResourceGroupAsync(String resourceGroupName, String snapshotName)"
|
|
desc: "Gets information about a snapshot."
|
|
returns:
|
|
description: "information about a snapshot on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.getByResourceGroupWithResponse(String resourceGroupName, String snapshotName, Context context)"
|
|
name: "getByResourceGroupWithResponse(String resourceGroupName, String snapshotName, Context context)"
|
|
nameWithType: "SnapshotsClient.getByResourceGroupWithResponse(String resourceGroupName, String snapshotName, Context context)"
|
|
summary: "Gets information about a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<SnapshotInner> getByResourceGroupWithResponse(String resourceGroupName, String snapshotName, Context context)"
|
|
desc: "Gets information about a snapshot."
|
|
returns:
|
|
description: "information about a snapshot along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.getByResourceGroupWithResponseAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String snapshotName)"
|
|
name: "getByResourceGroupWithResponseAsync(String resourceGroupName, String snapshotName)"
|
|
nameWithType: "SnapshotsClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String snapshotName)"
|
|
summary: "Gets information about a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Response<SnapshotInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String snapshotName)"
|
|
desc: "Gets information about a snapshot."
|
|
returns:
|
|
description: "information about a snapshot along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.grantAccess(java.lang.String,java.lang.String,com.azure.resourcemanager.compute.models.GrantAccessData)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.grantAccess(String resourceGroupName, String snapshotName, GrantAccessData grantAccessData)"
|
|
name: "grantAccess(String resourceGroupName, String snapshotName, GrantAccessData grantAccessData)"
|
|
nameWithType: "SnapshotsClient.grantAccess(String resourceGroupName, String snapshotName, GrantAccessData grantAccessData)"
|
|
summary: "Grants access to a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Access data object supplied in the body of the get snapshot access operation."
|
|
name: "grantAccessData"
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.models.GrantAccessData?alt=com.azure.resourcemanager.compute.models.GrantAccessData&text=GrantAccessData\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract AccessUriInner grantAccess(String resourceGroupName, String snapshotName, GrantAccessData grantAccessData)"
|
|
desc: "Grants access to a snapshot."
|
|
returns:
|
|
description: "a disk access SAS uri."
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.fluent.models.AccessUriInner?alt=com.azure.resourcemanager.compute.fluent.models.AccessUriInner&text=AccessUriInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.grantAccess(java.lang.String,java.lang.String,com.azure.resourcemanager.compute.models.GrantAccessData,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.grantAccess(String resourceGroupName, String snapshotName, GrantAccessData grantAccessData, Context context)"
|
|
name: "grantAccess(String resourceGroupName, String snapshotName, GrantAccessData grantAccessData, Context context)"
|
|
nameWithType: "SnapshotsClient.grantAccess(String resourceGroupName, String snapshotName, GrantAccessData grantAccessData, Context context)"
|
|
summary: "Grants access to a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Access data object supplied in the body of the get snapshot access operation."
|
|
name: "grantAccessData"
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.models.GrantAccessData?alt=com.azure.resourcemanager.compute.models.GrantAccessData&text=GrantAccessData\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract AccessUriInner grantAccess(String resourceGroupName, String snapshotName, GrantAccessData grantAccessData, Context context)"
|
|
desc: "Grants access to a snapshot."
|
|
returns:
|
|
description: "a disk access SAS uri."
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.fluent.models.AccessUriInner?alt=com.azure.resourcemanager.compute.fluent.models.AccessUriInner&text=AccessUriInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.grantAccessAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.compute.models.GrantAccessData)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.grantAccessAsync(String resourceGroupName, String snapshotName, GrantAccessData grantAccessData)"
|
|
name: "grantAccessAsync(String resourceGroupName, String snapshotName, GrantAccessData grantAccessData)"
|
|
nameWithType: "SnapshotsClient.grantAccessAsync(String resourceGroupName, String snapshotName, GrantAccessData grantAccessData)"
|
|
summary: "Grants access to a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Access data object supplied in the body of the get snapshot access operation."
|
|
name: "grantAccessData"
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.models.GrantAccessData?alt=com.azure.resourcemanager.compute.models.GrantAccessData&text=GrantAccessData\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<AccessUriInner> grantAccessAsync(String resourceGroupName, String snapshotName, GrantAccessData grantAccessData)"
|
|
desc: "Grants access to a snapshot."
|
|
returns:
|
|
description: "a disk access SAS uri on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.resourcemanager.compute.fluent.models.AccessUriInner?alt=com.azure.resourcemanager.compute.fluent.models.AccessUriInner&text=AccessUriInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.grantAccessWithResponseAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.compute.models.GrantAccessData)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.grantAccessWithResponseAsync(String resourceGroupName, String snapshotName, GrantAccessData grantAccessData)"
|
|
name: "grantAccessWithResponseAsync(String resourceGroupName, String snapshotName, GrantAccessData grantAccessData)"
|
|
nameWithType: "SnapshotsClient.grantAccessWithResponseAsync(String resourceGroupName, String snapshotName, GrantAccessData grantAccessData)"
|
|
summary: "Grants access to a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Access data object supplied in the body of the get snapshot access operation."
|
|
name: "grantAccessData"
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.models.GrantAccessData?alt=com.azure.resourcemanager.compute.models.GrantAccessData&text=GrantAccessData\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> grantAccessWithResponseAsync(String resourceGroupName, String snapshotName, GrantAccessData grantAccessData)"
|
|
desc: "Grants access to a snapshot."
|
|
returns:
|
|
description: "a disk access SAS uri along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>>>>"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.list()"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.list()"
|
|
name: "list()"
|
|
nameWithType: "SnapshotsClient.list()"
|
|
summary: "Lists snapshots under a subscription."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract PagedIterable<SnapshotInner> list()"
|
|
desc: "Lists snapshots under a subscription."
|
|
returns:
|
|
description: "the List Snapshots operation response as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.list(com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.list(Context context)"
|
|
name: "list(Context context)"
|
|
nameWithType: "SnapshotsClient.list(Context context)"
|
|
summary: "Lists snapshots under a subscription."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedIterable<SnapshotInner> list(Context context)"
|
|
desc: "Lists snapshots under a subscription."
|
|
returns:
|
|
description: "the List Snapshots operation response as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.listAsync()"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.listAsync()"
|
|
name: "listAsync()"
|
|
nameWithType: "SnapshotsClient.listAsync()"
|
|
summary: "Lists snapshots under a subscription."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract PagedFlux<SnapshotInner> listAsync()"
|
|
desc: "Lists snapshots under a subscription."
|
|
returns:
|
|
description: "the List Snapshots operation response as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.listByResourceGroup(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.listByResourceGroup(String resourceGroupName)"
|
|
name: "listByResourceGroup(String resourceGroupName)"
|
|
nameWithType: "SnapshotsClient.listByResourceGroup(String resourceGroupName)"
|
|
summary: "Lists snapshots under a resource group."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<SnapshotInner> listByResourceGroup(String resourceGroupName)"
|
|
desc: "Lists snapshots under a resource group."
|
|
returns:
|
|
description: "the List Snapshots operation response as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.listByResourceGroup(String resourceGroupName, Context context)"
|
|
name: "listByResourceGroup(String resourceGroupName, Context context)"
|
|
nameWithType: "SnapshotsClient.listByResourceGroup(String resourceGroupName, Context context)"
|
|
summary: "Lists snapshots under a resource group."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedIterable<SnapshotInner> listByResourceGroup(String resourceGroupName, Context context)"
|
|
desc: "Lists snapshots under a resource group."
|
|
returns:
|
|
description: "the List Snapshots operation response as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.listByResourceGroupAsync(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.listByResourceGroupAsync(String resourceGroupName)"
|
|
name: "listByResourceGroupAsync(String resourceGroupName)"
|
|
nameWithType: "SnapshotsClient.listByResourceGroupAsync(String resourceGroupName)"
|
|
summary: "Lists snapshots under a resource group."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedFlux<SnapshotInner> listByResourceGroupAsync(String resourceGroupName)"
|
|
desc: "Lists snapshots under a resource group."
|
|
returns:
|
|
description: "the List Snapshots operation response as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.revokeAccess(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.revokeAccess(String resourceGroupName, String snapshotName)"
|
|
name: "revokeAccess(String resourceGroupName, String snapshotName)"
|
|
nameWithType: "SnapshotsClient.revokeAccess(String resourceGroupName, String snapshotName)"
|
|
summary: "Revokes access to a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void revokeAccess(String resourceGroupName, String snapshotName)"
|
|
desc: "Revokes access to a snapshot."
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.revokeAccess(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.revokeAccess(String resourceGroupName, String snapshotName, Context context)"
|
|
name: "revokeAccess(String resourceGroupName, String snapshotName, Context context)"
|
|
nameWithType: "SnapshotsClient.revokeAccess(String resourceGroupName, String snapshotName, Context context)"
|
|
summary: "Revokes access to a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract void revokeAccess(String resourceGroupName, String snapshotName, Context context)"
|
|
desc: "Revokes access to a snapshot."
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.revokeAccessAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.revokeAccessAsync(String resourceGroupName, String snapshotName)"
|
|
name: "revokeAccessAsync(String resourceGroupName, String snapshotName)"
|
|
nameWithType: "SnapshotsClient.revokeAccessAsync(String resourceGroupName, String snapshotName)"
|
|
summary: "Revokes access to a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Void> revokeAccessAsync(String resourceGroupName, String snapshotName)"
|
|
desc: "Revokes access to a snapshot."
|
|
returns:
|
|
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when a successful response is received."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.revokeAccessWithResponseAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.revokeAccessWithResponseAsync(String resourceGroupName, String snapshotName)"
|
|
name: "revokeAccessWithResponseAsync(String resourceGroupName, String snapshotName)"
|
|
nameWithType: "SnapshotsClient.revokeAccessWithResponseAsync(String resourceGroupName, String snapshotName)"
|
|
summary: "Revokes access to a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> revokeAccessWithResponseAsync(String resourceGroupName, String snapshotName)"
|
|
desc: "Revokes access to a snapshot."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>>>>"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.update(java.lang.String,java.lang.String,com.azure.resourcemanager.compute.models.SnapshotUpdate)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.update(String resourceGroupName, String snapshotName, SnapshotUpdate snapshot)"
|
|
name: "update(String resourceGroupName, String snapshotName, SnapshotUpdate snapshot)"
|
|
nameWithType: "SnapshotsClient.update(String resourceGroupName, String snapshotName, SnapshotUpdate snapshot)"
|
|
summary: "Updates (patches) a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Snapshot object supplied in the body of the Patch snapshot operation."
|
|
name: "snapshot"
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.models.SnapshotUpdate?alt=com.azure.resourcemanager.compute.models.SnapshotUpdate&text=SnapshotUpdate\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SnapshotInner update(String resourceGroupName, String snapshotName, SnapshotUpdate snapshot)"
|
|
desc: "Updates (patches) a snapshot."
|
|
returns:
|
|
description: "snapshot resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.update(java.lang.String,java.lang.String,com.azure.resourcemanager.compute.models.SnapshotUpdate,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.update(String resourceGroupName, String snapshotName, SnapshotUpdate snapshot, Context context)"
|
|
name: "update(String resourceGroupName, String snapshotName, SnapshotUpdate snapshot, Context context)"
|
|
nameWithType: "SnapshotsClient.update(String resourceGroupName, String snapshotName, SnapshotUpdate snapshot, Context context)"
|
|
summary: "Updates (patches) a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Snapshot object supplied in the body of the Patch snapshot operation."
|
|
name: "snapshot"
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.models.SnapshotUpdate?alt=com.azure.resourcemanager.compute.models.SnapshotUpdate&text=SnapshotUpdate\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SnapshotInner update(String resourceGroupName, String snapshotName, SnapshotUpdate snapshot, Context context)"
|
|
desc: "Updates (patches) a snapshot."
|
|
returns:
|
|
description: "snapshot resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.updateAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.compute.models.SnapshotUpdate)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.updateAsync(String resourceGroupName, String snapshotName, SnapshotUpdate snapshot)"
|
|
name: "updateAsync(String resourceGroupName, String snapshotName, SnapshotUpdate snapshot)"
|
|
nameWithType: "SnapshotsClient.updateAsync(String resourceGroupName, String snapshotName, SnapshotUpdate snapshot)"
|
|
summary: "Updates (patches) a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Snapshot object supplied in the body of the Patch snapshot operation."
|
|
name: "snapshot"
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.models.SnapshotUpdate?alt=com.azure.resourcemanager.compute.models.SnapshotUpdate&text=SnapshotUpdate\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<SnapshotInner> updateAsync(String resourceGroupName, String snapshotName, SnapshotUpdate snapshot)"
|
|
desc: "Updates (patches) a snapshot."
|
|
returns:
|
|
description: "snapshot resource on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.updateWithResponseAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.compute.models.SnapshotUpdate)"
|
|
fullName: "com.azure.resourcemanager.compute.fluent.SnapshotsClient.updateWithResponseAsync(String resourceGroupName, String snapshotName, SnapshotUpdate snapshot)"
|
|
name: "updateWithResponseAsync(String resourceGroupName, String snapshotName, SnapshotUpdate snapshot)"
|
|
nameWithType: "SnapshotsClient.updateWithResponseAsync(String resourceGroupName, String snapshotName, SnapshotUpdate snapshot)"
|
|
summary: "Updates (patches) a snapshot."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the snapshot that is being created. The name can't be changed after the snapshot\n is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters."
|
|
name: "snapshotName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Snapshot object supplied in the body of the Patch snapshot operation."
|
|
name: "snapshot"
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.models.SnapshotUpdate?alt=com.azure.resourcemanager.compute.models.SnapshotUpdate&text=SnapshotUpdate\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String snapshotName, SnapshotUpdate snapshot)"
|
|
desc: "Updates (patches) a snapshot."
|
|
returns:
|
|
description: "snapshot resource along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>>>>"
|
|
type: "interface"
|
|
desc: "An instance of this class provides access to all the operations defined in SnapshotsClient."
|
|
implements:
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete&text=InnerSupportsDelete\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsGet?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsGet&text=InnerSupportsGet\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsListing?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsListing&text=InnerSupportsListing\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.compute.fluent.models.SnapshotInner?alt=com.azure.resourcemanager.compute.fluent.models.SnapshotInner&text=SnapshotInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.compute.fluent"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-compute:2.44.0
|