CsmOperationDescription Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Description of an operation available for Microsoft.Web resource provider.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.CsmOperationDescriptionTypeConverter))]
public class CsmOperationDescription : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICsmOperationDescription
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.CsmOperationDescriptionTypeConverter))>]
type CsmOperationDescription = class
interface ICsmOperationDescription
interface IJsonSerializable
Public Class CsmOperationDescription
Implements ICsmOperationDescription
- Inheritance
-
CsmOperationDescription
- Attributes
- Implements
Constructors
CsmOperationDescription() |
Creates an new CsmOperationDescription instance. |
Properties
DisplayDescription | |
DisplayOperation | |
DisplayProvider | |
DisplayResource | |
IsDataAction | |
Name | |
Origin | |
ServiceSpecificationLogSpecification | |
ServiceSpecificationMetricSpecification |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CsmOperationDescription. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CsmOperationDescription. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICsmOperationDescription. |
FromJsonString(String) |
Creates a new instance of CsmOperationDescription, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CsmOperationDescription into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |