Interface ApiVersionSetContract
public interface ApiVersionSetContract
An immutable client-side representation of ApiVersionSetContract.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the ApiVersionSetContract definition.static interfaceThe ApiVersionSetContract definition stages.static interfaceThe template for ApiVersionSetContract update.static interfaceThe ApiVersionSetContract update stages. -
Method Summary
Modifier and TypeMethodDescriptionGets the description property: Description of API Version Set.Gets the displayName property: Name of API Version Set.id()Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.ApiVersionSetContractInner object.name()Gets the name property: The name of the resource.refresh()Refreshes the resource to sync with Azure.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Gets the name of the resource group.type()Gets the type property: The type of the resource.update()Begins update for the ApiVersionSetContract resource.Gets the versionHeaderName property: Name of HTTP header parameter that indicates the API Version if versioningScheme is set to `header`.Gets the versioningScheme property: An value that determines where the API Version identifier will be located in a HTTP request.Gets the versionQueryName property: Name of query parameter that indicates the API Version if versioningScheme is set to `query`.
-
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.
-
displayName
String displayName()Gets the displayName property: Name of API Version Set.- Returns:
- the displayName value.
-
versioningScheme
VersioningScheme versioningScheme()Gets the versioningScheme property: An value that determines where the API Version identifier will be located in a HTTP request.- Returns:
- the versioningScheme value.
-
description
String description()Gets the description property: Description of API Version Set.- Returns:
- the description value.
-
versionQueryName
String versionQueryName()Gets the versionQueryName property: Name of query parameter that indicates the API Version if versioningScheme is set to `query`.- Returns:
- the versionQueryName value.
-
versionHeaderName
String versionHeaderName()Gets the versionHeaderName property: Name of HTTP header parameter that indicates the API Version if versioningScheme is set to `header`.- Returns:
- the versionHeaderName value.
-
resourceGroupName
String resourceGroupName()Gets the name of the resource group.- Returns:
- the name of the resource group.
-
innerModel
ApiVersionSetContractInner innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.ApiVersionSetContractInner object.- Returns:
- the inner object.
-
update
ApiVersionSetContract.Update update()Begins update for the ApiVersionSetContract resource.- Returns:
- the stage of resource update.
-
refresh
ApiVersionSetContract refresh()Refreshes the resource to sync with Azure.- Returns:
- the refreshed resource.
-
refresh
Refreshes the resource to sync with Azure.- Parameters:
context- The context to associate with this operation.- Returns:
- the refreshed resource.
-