Class CsmOperationDescriptionProperties
- java.lang.Object
-
- com.microsoft.azure.management.appservice.CsmOperationDescriptionProperties
-
public class CsmOperationDescriptionProperties extends Object
Properties available for a Microsoft.Web resource provider operation.
-
-
Constructor Summary
Constructors Constructor Description CsmOperationDescriptionProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceSpecificationserviceSpecification()Get the serviceSpecification value.CsmOperationDescriptionPropertieswithServiceSpecification(ServiceSpecification serviceSpecification)Set the serviceSpecification value.
-
-
-
Method Detail
-
serviceSpecification
public ServiceSpecification 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.
-
-