Interface ApiManagementWorkspaceLinksResource


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

    Modifier and Type
    Method
    Description
    Gets the etag property: ETag of the resource.
    Gets the gateways property: The array of linked gateways.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.ApiManagementWorkspaceLinksResourceInner object.
    Gets the name property: The name of the resource.
    Gets the type property: The type of the resource.
    Gets the workspaceId property: The link to the API Management service workspace.
  • 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.
    • etag

      String etag()
      Gets the etag property: ETag of the resource.
      Returns:
      the etag value.
    • workspaceId

      String workspaceId()
      Gets the workspaceId property: The link to the API Management service workspace.
      Returns:
      the workspaceId value.
    • gateways

      Gets the gateways property: The array of linked gateways.
      Returns:
      the gateways value.
    • innerModel

      Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.ApiManagementWorkspaceLinksResourceInner object.
      Returns:
      the inner object.