Uses of Class
com.azure.resourcemanager.appservice.models.CsmOperationDisplay
Packages that use CsmOperationDisplay
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of CsmOperationDisplay in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return CsmOperationDisplayModifier and TypeMethodDescriptionCsmOperationDescriptionInner.display()
Get the display property: Meta data about operation used for display in portal.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type CsmOperationDisplayModifier and TypeMethodDescriptionCsmOperationDescriptionInner.withDisplay
(CsmOperationDisplay display) Set the display property: Meta data about operation used for display in portal. -
Uses of CsmOperationDisplay in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return CsmOperationDisplayModifier and TypeMethodDescriptionstatic CsmOperationDisplay
CsmOperationDisplay.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of CsmOperationDisplay from the JsonReader.CsmOperationDisplay.withDescription
(String description) Set the description property: The description property.CsmOperationDisplay.withOperation
(String operation) Set the operation property: The operation property.CsmOperationDisplay.withProvider
(String provider) Set the provider property: The provider property.CsmOperationDisplay.withResource
(String resource) Set the resource property: The resource property.