Interface ManagedEnvironmentStorage
-
public interface ManagedEnvironmentStorage
An immutable client-side representation of ManagedEnvironmentStorage.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ManagedEnvironmentStorage.Definition
The entirety of the ManagedEnvironmentStorage definition.static interface
ManagedEnvironmentStorage.DefinitionStages
The ManagedEnvironmentStorage definition stages.static interface
ManagedEnvironmentStorage.Update
The template for ManagedEnvironmentStorage update.static interface
ManagedEnvironmentStorage.UpdateStages
The ManagedEnvironmentStorage update stages.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
id()
Gets the id property: Fully qualified resource Id for the resource.ManagedEnvironmentStorageInner
innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.ManagedEnvironmentStorageInner object.String
name()
Gets the name property: The name of the resource.ManagedEnvironmentStorageProperties
properties()
Gets the properties property: Storage properties.ManagedEnvironmentStorage
refresh()
Refreshes the resource to sync with Azure.ManagedEnvironmentStorage
refresh(com.azure.core.util.Context context)
Refreshes the resource to sync with Azure.com.azure.core.management.SystemData
systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.String
type()
Gets the type property: The type of the resource.ManagedEnvironmentStorage.Update
update()
Begins update for the ManagedEnvironmentStorage resource.
-
-
-
Method Detail
-
id
String id()
Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
String name()
Gets the name property: The name of the resource.- Returns:
- the name value.
-
type
String type()
Gets the type property: The type of the resource.- Returns:
- the type value.
-
properties
ManagedEnvironmentStorageProperties properties()
Gets the properties property: Storage properties.- Returns:
- the properties value.
-
systemData
com.azure.core.management.SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.- Returns:
- the systemData value.
-
innerModel
ManagedEnvironmentStorageInner innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.ManagedEnvironmentStorageInner object.- Returns:
- the inner object.
-
update
ManagedEnvironmentStorage.Update update()
Begins update for the ManagedEnvironmentStorage resource.- Returns:
- the stage of resource update.
-
refresh
ManagedEnvironmentStorage refresh()
Refreshes the resource to sync with Azure.- Returns:
- the refreshed resource.
-
refresh
ManagedEnvironmentStorage refresh(com.azure.core.util.Context context)
Refreshes the resource to sync with Azure.- Parameters:
context
- The context to associate with this operation.- Returns:
- the refreshed resource.
-
-