Interface ApiManagementWorkspaceLinksResource
public interface ApiManagementWorkspaceLinksResource
An immutable client-side representation of ApiManagementWorkspaceLinksResource.
-
Method Summary
Modifier and TypeMethodDescriptionetag()Gets the etag property: ETag of the resource.gateways()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.name()Gets the name property: The name of the resource.type()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
List<WorkspaceLinksGateway> gateways()Gets the gateways property: The array of linked gateways.- Returns:
- the gateways value.
-
innerModel
ApiManagementWorkspaceLinksResourceInner innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.ApiManagementWorkspaceLinksResourceInner object.- Returns:
- the inner object.
-