Uses of Class
com.azure.resourcemanager.appservice.models.CsmOperationDisplay
-
Packages that use CsmOperationDisplay Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 CsmOperationDisplay Modifier and Type Method Description CsmOperationDisplayCsmOperationDescriptionInner. 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 CsmOperationDisplay Modifier and Type Method Description CsmOperationDescriptionInnerCsmOperationDescriptionInner. 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 CsmOperationDisplay Modifier and Type Method Description CsmOperationDisplayCsmOperationDisplay. withDescription(String description)Set the description property: The description property.CsmOperationDisplayCsmOperationDisplay. withOperation(String operation)Set the operation property: The operation property.CsmOperationDisplayCsmOperationDisplay. withProvider(String provider)Set the provider property: The provider property.CsmOperationDisplayCsmOperationDisplay. withResource(String resource)Set the resource property: The resource property.
-