Uses of Class
com.azure.resourcemanager.elasticsan.models.ManagedByInfo
Packages that use ManagedByInfo
Package
Description
Package containing the inner data models for ElasticSanManagement.
Package containing the data models for ElasticSanManagement.
-
Uses of ManagedByInfo in com.azure.resourcemanager.elasticsan.fluent.models
Methods in com.azure.resourcemanager.elasticsan.fluent.models that return ManagedByInfoModifier and TypeMethodDescriptionVolumeInner.managedBy()
Get the managedBy property: Parent resource information.VolumeProperties.managedBy()
Get the managedBy property: Parent resource information.VolumeUpdateProperties.managedBy()
Get the managedBy property: Parent resource information.Methods in com.azure.resourcemanager.elasticsan.fluent.models with parameters of type ManagedByInfoModifier and TypeMethodDescriptionVolumeInner.withManagedBy
(ManagedByInfo managedBy) Set the managedBy property: Parent resource information.VolumeProperties.withManagedBy
(ManagedByInfo managedBy) Set the managedBy property: Parent resource information.VolumeUpdateProperties.withManagedBy
(ManagedByInfo managedBy) Set the managedBy property: Parent resource information. -
Uses of ManagedByInfo in com.azure.resourcemanager.elasticsan.models
Methods in com.azure.resourcemanager.elasticsan.models that return ManagedByInfoModifier and TypeMethodDescriptionstatic ManagedByInfo
ManagedByInfo.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedByInfo from the JsonReader.Volume.managedBy()
Gets the managedBy property: Parent resource information.VolumeUpdate.managedBy()
Get the managedBy property: Parent resource information.ManagedByInfo.withResourceId
(String resourceId) Set the resourceId property: Resource ID of the resource managing the volume, this is a restricted field and can only be set for internal use.Methods in com.azure.resourcemanager.elasticsan.models with parameters of type ManagedByInfoModifier and TypeMethodDescriptionVolume.DefinitionStages.WithManagedBy.withManagedBy
(ManagedByInfo managedBy) Specifies the managedBy property: Parent resource information..Volume.UpdateStages.WithManagedBy.withManagedBy
(ManagedByInfo managedBy) Specifies the managedBy property: Parent resource information..VolumeUpdate.withManagedBy
(ManagedByInfo managedBy) Set the managedBy property: Parent resource information.