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.ProxyResource
Azure proxy only resource. This resource is not tracked by Azure Resource Manager.
  • Constructor Details

    • ProxyOnlyResource

      public ProxyOnlyResource()
  • Method Details

    • 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.