Class ProxyOnlyResource
- java.lang.Object
-
- com.microsoft.azure.ProxyResource
-
- com.microsoft.azure.management.appservice.ProxyOnlyResource
-
- Direct Known Subclasses:
AppServiceCertificateOrderPatchResource,AppServiceCertificatePatchResource,AppServiceEnvironmentPatchResource,AppServicePlanPatchResource,CertificatePatchResource,DeletedAppRestoreRequest,DomainPatchResource,MigrateMySqlRequest,MSDeploy,PremierAddOnPatchResource,ReissueCertificateOrderRequest,RenewCertificateOrderRequest,SitePatchResource,SnapshotRestoreRequest,StorageMigrationOptions,TriggeredJobRun,VnetParameters,VnetValidationTestFailure
public class ProxyOnlyResource extends com.microsoft.azure.ProxyResourceAzure proxy only resource. This resource is not tracked by Azure Resource Manager.
-
-
Constructor Summary
Constructors Constructor Description ProxyOnlyResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringkind()Get kind of resource.ProxyOnlyResourcewithKind(String kind)Set kind of resource.
-
-
-
Method Detail
-
kind
public String kind()
Get kind of resource.- Returns:
- the kind value
-
withKind
public ProxyOnlyResource withKind(String kind)
Set kind of resource.- Parameters:
kind- the kind value to set- Returns:
- the ProxyOnlyResource object itself.
-
-