Uses of Class
com.azure.resourcemanager.appservice.fluent.models.CsmOperationDescriptionInner
-
Packages that use CsmOperationDescriptionInner Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.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 CsmOperationDescriptionInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type CsmOperationDescriptionInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<CsmOperationDescriptionInner>CertificateRegistrationProvidersClient. listOperations()Description for Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider.com.azure.core.http.rest.PagedIterable<CsmOperationDescriptionInner>CertificateRegistrationProvidersClient. listOperations(com.azure.core.util.Context context)Description for Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider.com.azure.core.http.rest.PagedIterable<CsmOperationDescriptionInner>DomainRegistrationProvidersClient. listOperations()Description for Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider.com.azure.core.http.rest.PagedIterable<CsmOperationDescriptionInner>DomainRegistrationProvidersClient. listOperations(com.azure.core.util.Context context)Description for Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider.com.azure.core.http.rest.PagedIterable<CsmOperationDescriptionInner>ProvidersClient. listOperations()Description for Gets all available operations for the Microsoft.Web resource provider.com.azure.core.http.rest.PagedIterable<CsmOperationDescriptionInner>ProvidersClient. listOperations(com.azure.core.util.Context context)Description for Gets all available operations for the Microsoft.Web resource provider.com.azure.core.http.rest.PagedFlux<CsmOperationDescriptionInner>CertificateRegistrationProvidersClient. listOperationsAsync()Description for Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider.com.azure.core.http.rest.PagedFlux<CsmOperationDescriptionInner>DomainRegistrationProvidersClient. listOperationsAsync()Description for Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider.com.azure.core.http.rest.PagedFlux<CsmOperationDescriptionInner>ProvidersClient. listOperationsAsync()Description for Gets all available operations for the Microsoft.Web resource provider. -
Uses of CsmOperationDescriptionInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return CsmOperationDescriptionInner Modifier and Type Method Description CsmOperationDescriptionInnerCsmOperationDescriptionInner. withDisplay(CsmOperationDisplay display)Set the display property: Meta data about operation used for display in portal.CsmOperationDescriptionInnerCsmOperationDescriptionInner. withIsDataAction(Boolean isDataAction)Set the isDataAction property: The isDataAction property.CsmOperationDescriptionInnerCsmOperationDescriptionInner. withName(String name)Set the name property: The name property.CsmOperationDescriptionInnerCsmOperationDescriptionInner. withOrigin(String origin)Set the origin property: The origin property.CsmOperationDescriptionInnerCsmOperationDescriptionInner. withProperties(CsmOperationDescriptionProperties properties)Set the properties property: Properties available for a Microsoft.Web resource provider operation. -
Uses of CsmOperationDescriptionInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type CsmOperationDescriptionInner Modifier and Type Method Description List<CsmOperationDescriptionInner>CsmOperationCollection. value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type CsmOperationDescriptionInner Modifier and Type Method Description CsmOperationCollectionCsmOperationCollection. withValue(List<CsmOperationDescriptionInner> value)Set the value property: Collection of resources.
-