Interface WordpressInstanceResource


public interface WordpressInstanceResource
An immutable client-side representation of WordpressInstanceResource.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the databaseName property: Database name used by the application.
    Gets the databaseUser property: User name used by the application to connect to database.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.workloads.fluent.models.WordpressInstanceResourceInner object.
    Gets the name property: The name of the resource.
    Gets the provisioningState property: WordPress instance provisioning state.
    Gets the siteUrl property: Site Url to access the WordPress application.
    Gets the type property: The type of the resource.
    Gets the version property: Application version.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • version

      Gets the version property: Application version.
      Returns:
      the version value.
    • databaseName

      String databaseName()
      Gets the databaseName property: Database name used by the application.
      Returns:
      the databaseName value.
    • databaseUser

      String databaseUser()
      Gets the databaseUser property: User name used by the application to connect to database.
      Returns:
      the databaseUser value.
    • siteUrl

      String siteUrl()
      Gets the siteUrl property: Site Url to access the WordPress application.
      Returns:
      the siteUrl value.
    • provisioningState

      ApplicationProvisioningState provisioningState()
      Gets the provisioningState property: WordPress instance provisioning state.
      Returns:
      the provisioningState value.
    • innerModel

      Gets the inner com.azure.resourcemanager.workloads.fluent.models.WordpressInstanceResourceInner object.
      Returns:
      the inner object.