Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.SnapshotInner
-
Packages that use SnapshotInner Package Description com.azure.resourcemanager.containerservice.fluent Package containing the service clients for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models 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 SnapshotInner Modifier and Type Method Description SnapshotInnerSnapshotsClient. createOrUpdate(String resourceGroupName, String resourceName, SnapshotInner parameters)Creates or updates a snapshot.SnapshotInnerSnapshotsClient. getByResourceGroup(String resourceGroupName, String resourceName)Gets a snapshot.SnapshotInnerSnapshotsClient. 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 SnapshotInner Modifier and Type Method Description Mono<SnapshotInner>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.Mono<SnapshotInner>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.Mono<SnapshotInner>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 SnapshotInner Modifier and Type Method Description SnapshotInnerSnapshotsClient. createOrUpdate(String resourceGroupName, String resourceName, SnapshotInner parameters)Creates or updates a snapshot.Mono<SnapshotInner>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 SnapshotInner Modifier and Type Method Description SnapshotInnerSnapshotInner. withCreationData(CreationData creationData)Set the creationData property: CreationData to be used to specify the source agent pool resource ID to create this snapshot.SnapshotInnerSnapshotInner. withLocation(String location)SnapshotInnerSnapshotInner. withSnapshotType(SnapshotType snapshotType)Set the snapshotType property: The type of a snapshot.SnapshotInnerSnapshotInner. withTags(Map<String,String> tags) -
Uses of SnapshotInner in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type SnapshotInner Modifier and Type Method Description List<SnapshotInner>SnapshotListResult. value()Get the value property: The list of snapshots.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type SnapshotInner Modifier and Type Method Description SnapshotListResultSnapshotListResult. withValue(List<SnapshotInner> value)Set the value property: The list of snapshots.
-