Class CsmOperationDescriptionInner
- java.lang.Object
-
- com.azure.resourcemanager.appservice.fluent.models.CsmOperationDescriptionInner
-
public final class CsmOperationDescriptionInner extends Object
Description of an operation available for Microsoft.Web resource provider.
-
-
Constructor Summary
Constructors Constructor Description CsmOperationDescriptionInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CsmOperationDisplaydisplay()Get the display property: Meta data about operation used for display in portal.BooleanisDataAction()Get the isDataAction property: The isDataAction property.Stringname()Get the name property: The name property.Stringorigin()Get the origin property: The origin property.CsmOperationDescriptionPropertiesproperties()Get the properties property: Properties available for a Microsoft.Web resource provider operation.voidvalidate()Validates the instance.CsmOperationDescriptionInnerwithDisplay(CsmOperationDisplay display)Set the display property: Meta data about operation used for display in portal.CsmOperationDescriptionInnerwithIsDataAction(Boolean isDataAction)Set the isDataAction property: The isDataAction property.CsmOperationDescriptionInnerwithName(String name)Set the name property: The name property.CsmOperationDescriptionInnerwithOrigin(String origin)Set the origin property: The origin property.CsmOperationDescriptionInnerwithProperties(CsmOperationDescriptionProperties properties)Set the properties property: Properties available for a Microsoft.Web resource provider operation.
-
-
-
Method Detail
-
name
public String name()
Get the name property: The name property.- Returns:
- the name value.
-
withName
public CsmOperationDescriptionInner withName(String name)
Set the name property: The name property.- Parameters:
name- the name value to set.- Returns:
- the CsmOperationDescriptionInner object itself.
-
isDataAction
public Boolean isDataAction()
Get the isDataAction property: The isDataAction property.- Returns:
- the isDataAction value.
-
withIsDataAction
public CsmOperationDescriptionInner withIsDataAction(Boolean isDataAction)
Set the isDataAction property: The isDataAction property.- Parameters:
isDataAction- the isDataAction value to set.- Returns:
- the CsmOperationDescriptionInner object itself.
-
display
public CsmOperationDisplay display()
Get the display property: Meta data about operation used for display in portal.- Returns:
- the display value.
-
withDisplay
public CsmOperationDescriptionInner withDisplay(CsmOperationDisplay display)
Set the display property: Meta data about operation used for display in portal.- Parameters:
display- the display value to set.- Returns:
- the CsmOperationDescriptionInner object itself.
-
origin
public String origin()
Get the origin property: The origin property.- Returns:
- the origin value.
-
withOrigin
public CsmOperationDescriptionInner withOrigin(String origin)
Set the origin property: The origin property.- Parameters:
origin- the origin value to set.- Returns:
- the CsmOperationDescriptionInner object itself.
-
properties
public CsmOperationDescriptionProperties properties()
Get the properties property: Properties available for a Microsoft.Web resource provider operation.- Returns:
- the properties value.
-
withProperties
public CsmOperationDescriptionInner withProperties(CsmOperationDescriptionProperties properties)
Set the properties property: Properties available for a Microsoft.Web resource provider operation.- Parameters:
properties- the properties value to set.- Returns:
- the CsmOperationDescriptionInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-