Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.SnapshotInner
Packages that use SnapshotInner
Package
Description
Package containing the service clients for ContainerServiceManagementClient.
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of SnapshotInner in com.azure.resourcemanager.containerservice.fluent
Methods in com.azure.resourcemanager.containerservice.fluent that return SnapshotInnerModifier and TypeMethodDescriptionSnapshotsClient.createOrUpdate(String resourceGroupName, String resourceName, SnapshotInner parameters) Creates or updates a snapshot.SnapshotsClient.getByResourceGroup(String resourceGroupName, String resourceName) Gets a snapshot.SnapshotsClient.updateTags(String resourceGroupName, String resourceName, TagsObject parameters) Updates tags on a snapshot.Methods in com.azure.resourcemanager.containerservice.fluent that return types with arguments of type SnapshotInnerModifier and TypeMethodDescriptionSnapshotsClient.createOrUpdateAsync(String resourceGroupName, String resourceName, SnapshotInner parameters) Creates or updates a snapshot.com.azure.core.http.rest.Response<SnapshotInner>SnapshotsClient.createOrUpdateWithResponse(String resourceGroupName, String resourceName, SnapshotInner parameters, com.azure.core.util.Context context) Creates or updates a snapshot.Mono<com.azure.core.http.rest.Response<SnapshotInner>>SnapshotsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String resourceName, SnapshotInner parameters) Creates or updates a snapshot.SnapshotsClient.getByResourceGroupAsync(String resourceGroupName, String resourceName) Gets a snapshot.com.azure.core.http.rest.Response<SnapshotInner>SnapshotsClient.getByResourceGroupWithResponse(String resourceGroupName, String resourceName, com.azure.core.util.Context context) Gets a snapshot.Mono<com.azure.core.http.rest.Response<SnapshotInner>>SnapshotsClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String resourceName) Gets a snapshot.com.azure.core.http.rest.PagedIterable<SnapshotInner>SnapshotsClient.list()Gets a list of snapshots in the specified subscription.com.azure.core.http.rest.PagedIterable<SnapshotInner>SnapshotsClient.list(com.azure.core.util.Context context) Gets a list of snapshots in the specified subscription.com.azure.core.http.rest.PagedFlux<SnapshotInner>SnapshotsClient.listAsync()Gets a list of snapshots in the specified subscription.com.azure.core.http.rest.PagedIterable<SnapshotInner>SnapshotsClient.listByResourceGroup(String resourceGroupName) Lists snapshots in the specified subscription and resource group.com.azure.core.http.rest.PagedIterable<SnapshotInner>SnapshotsClient.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Lists snapshots in the specified subscription and resource group.com.azure.core.http.rest.PagedFlux<SnapshotInner>SnapshotsClient.listByResourceGroupAsync(String resourceGroupName) Lists snapshots in the specified subscription and resource group.SnapshotsClient.updateTagsAsync(String resourceGroupName, String resourceName, TagsObject parameters) Updates tags on a snapshot.com.azure.core.http.rest.Response<SnapshotInner>SnapshotsClient.updateTagsWithResponse(String resourceGroupName, String resourceName, TagsObject parameters, com.azure.core.util.Context context) Updates tags on a snapshot.Mono<com.azure.core.http.rest.Response<SnapshotInner>>SnapshotsClient.updateTagsWithResponseAsync(String resourceGroupName, String resourceName, TagsObject parameters) Updates tags on a snapshot.Methods in com.azure.resourcemanager.containerservice.fluent with parameters of type SnapshotInnerModifier and TypeMethodDescriptionSnapshotsClient.createOrUpdate(String resourceGroupName, String resourceName, SnapshotInner parameters) Creates or updates a snapshot.SnapshotsClient.createOrUpdateAsync(String resourceGroupName, String resourceName, SnapshotInner parameters) Creates or updates a snapshot.com.azure.core.http.rest.Response<SnapshotInner>SnapshotsClient.createOrUpdateWithResponse(String resourceGroupName, String resourceName, SnapshotInner parameters, com.azure.core.util.Context context) Creates or updates a snapshot.Mono<com.azure.core.http.rest.Response<SnapshotInner>>SnapshotsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String resourceName, SnapshotInner parameters) Creates or updates a snapshot. -
Uses of SnapshotInner in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return SnapshotInnerModifier and TypeMethodDescriptionSnapshotInner.withCreationData(CreationData creationData) Set the creationData property: CreationData to be used to specify the source agent pool resource ID to create this snapshot.SnapshotInner.withLocation(String location) SnapshotInner.withSnapshotType(SnapshotType snapshotType) Set the snapshotType property: The type of a snapshot. -
Uses of SnapshotInner in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type SnapshotInnerModifier and TypeMethodDescriptionSnapshotListResult.value()Get the value property: The list of snapshots.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type SnapshotInnerModifier and TypeMethodDescriptionSnapshotListResult.withValue(List<SnapshotInner> value) Set the value property: The list of snapshots.