Class CsmOperationDescriptionProperties
java.lang.Object
com.microsoft.azure.management.appservice.CsmOperationDescriptionProperties
Properties available for a Microsoft.Web resource provider operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the serviceSpecification value.withServiceSpecification
(ServiceSpecification serviceSpecification) Set the serviceSpecification value.
-
Constructor Details
-
CsmOperationDescriptionProperties
public CsmOperationDescriptionProperties()
-
-
Method Details
-
serviceSpecification
Get the serviceSpecification value.- Returns:
- the serviceSpecification value
-
withServiceSpecification
public CsmOperationDescriptionProperties withServiceSpecification(ServiceSpecification serviceSpecification) Set the serviceSpecification value.- Parameters:
serviceSpecification
- the serviceSpecification value to set- Returns:
- the CsmOperationDescriptionProperties object itself.
-