Uses of Class
com.azure.resourcemanager.appcontainers.models.ManagedEnvironmentStorageProperties
-
Packages that use ManagedEnvironmentStorageProperties Package Description com.azure.resourcemanager.appcontainers.fluent.models Package containing the inner data models for ContainerAppsApiClient.com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of ManagedEnvironmentStorageProperties in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return ManagedEnvironmentStorageProperties Modifier and Type Method Description ManagedEnvironmentStorageProperties
ManagedEnvironmentStorageInner. properties()
Get the properties property: Storage properties.Methods in com.azure.resourcemanager.appcontainers.fluent.models with parameters of type ManagedEnvironmentStorageProperties Modifier and Type Method Description ManagedEnvironmentStorageInner
ManagedEnvironmentStorageInner. withProperties(ManagedEnvironmentStorageProperties properties)
Set the properties property: Storage properties. -
Uses of ManagedEnvironmentStorageProperties in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ManagedEnvironmentStorageProperties Modifier and Type Method Description ManagedEnvironmentStorageProperties
ManagedEnvironmentStorage. properties()
Gets the properties property: Storage properties.ManagedEnvironmentStorageProperties
ManagedEnvironmentStorageProperties. withAzureFile(AzureFileProperties azureFile)
Set the azureFile property: Azure file properties.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type ManagedEnvironmentStorageProperties Modifier and Type Method Description ManagedEnvironmentStorage.DefinitionStages.WithCreate
ManagedEnvironmentStorage.DefinitionStages.WithProperties. withProperties(ManagedEnvironmentStorageProperties properties)
Specifies the properties property: Storage properties.ManagedEnvironmentStorage.Update
ManagedEnvironmentStorage.UpdateStages.WithProperties. withProperties(ManagedEnvironmentStorageProperties properties)
Specifies the properties property: Storage properties.
-