Interface Extension
public interface Extension
An immutable client-side representation of Extension.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the Extension definition.static interfaceThe Extension definition stages.static interfaceThe template for Extension update.static interfaceThe Extension update stages. -
Method Summary
Modifier and TypeMethodDescriptionGets the additionalApiProperties property: Additional api properties.etag()Gets the etag property: The ETag value to implement optimistic concurrency.Gets the extensionApiDocsLink property: Extension api docs link.Gets the extensionAuthLink property: Extension auth link.Gets the extensionCategory property: Extension category. e.g. weather/sensor/satellite.Gets the extensionId property: Extension Id.id()Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.agrifood.fluent.models.ExtensionInner object.Gets the installedExtensionVersion property: Installed extension version.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.com.azure.core.management.SystemDataGets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.type()Gets the type property: The type of the resource.update()Begins update for the Extension resource.
-
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: The ETag value to implement optimistic concurrency.- Returns:
- the etag value.
-
systemData
com.azure.core.management.SystemData systemData()Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.- Returns:
- the systemData value.
-
extensionId
String extensionId()Gets the extensionId property: Extension Id.- Returns:
- the extensionId value.
-
extensionCategory
String extensionCategory()Gets the extensionCategory property: Extension category. e.g. weather/sensor/satellite.- Returns:
- the extensionCategory value.
-
installedExtensionVersion
String installedExtensionVersion()Gets the installedExtensionVersion property: Installed extension version.- Returns:
- the installedExtensionVersion value.
-
extensionAuthLink
String extensionAuthLink()Gets the extensionAuthLink property: Extension auth link.- Returns:
- the extensionAuthLink value.
-
extensionApiDocsLink
String extensionApiDocsLink()Gets the extensionApiDocsLink property: Extension api docs link.- Returns:
- the extensionApiDocsLink value.
-
additionalApiProperties
Map<String,ApiProperties> additionalApiProperties()Gets the additionalApiProperties property: Additional api properties.- Returns:
- the additionalApiProperties value.
-
resourceGroupName
String resourceGroupName()Gets the name of the resource group.- Returns:
- the name of the resource group.
-
innerModel
ExtensionInner innerModel()Gets the inner com.azure.resourcemanager.agrifood.fluent.models.ExtensionInner object.- Returns:
- the inner object.
-
update
Extension.Update update()Begins update for the Extension resource.- Returns:
- the stage of resource update.
-
refresh
Extension 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.
-