Interface GlobalSchemaContract
public interface GlobalSchemaContract
An immutable client-side representation of GlobalSchemaContract.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the GlobalSchemaContract definition.static interfaceThe GlobalSchemaContract definition stages.static interfaceThe template for GlobalSchemaContract update.static interfaceThe GlobalSchemaContract update stages. -
Method Summary
Modifier and TypeMethodDescriptionGets the description property: Free-form schema entity description.document()Gets the document property: Global Schema document object for json-based schema formats(e.g. json schema).id()Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.GlobalSchemaContractInner object.name()Gets the name property: The name of the resource.Gets the provisioningState property: The provisioning state.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.Gets the schemaType property: Schema Type.type()Gets the type property: The type of the resource.update()Begins update for the GlobalSchemaContract resource.value()Gets the value property: Json-encoded string for non json-based schema.
-
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.
-
schemaType
SchemaType schemaType()Gets the schemaType property: Schema Type. Immutable.- Returns:
- the schemaType value.
-
description
String description()Gets the description property: Free-form schema entity description.- Returns:
- the description value.
-
value
Object value()Gets the value property: Json-encoded string for non json-based schema.- Returns:
- the value value.
-
document
Object document()Gets the document property: Global Schema document object for json-based schema formats(e.g. json schema).- Returns:
- the document value.
-
provisioningState
String provisioningState()Gets the provisioningState property: The provisioning state.- Returns:
- the provisioningState value.
-
resourceGroupName
String resourceGroupName()Gets the name of the resource group.- Returns:
- the name of the resource group.
-
innerModel
GlobalSchemaContractInner innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.GlobalSchemaContractInner object.- Returns:
- the inner object.
-
update
GlobalSchemaContract.Update update()Begins update for the GlobalSchemaContract resource.- Returns:
- the stage of resource update.
-
refresh
GlobalSchemaContract 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.
-