Interface ExtensionValue
public interface ExtensionValue
An immutable client-side representation of ExtensionValue.
-
Method Summary
Modifier and TypeMethodDescriptionGets the extensionType property: The type of the Extension being received.id()Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.hybridcompute.fluent.models.ExtensionValueInner object.name()Gets the name property: The name of the resource.Gets the publisher property: The publisher of the Extension being received.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.version()Gets the version property: The version of the Extension being received.
-
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.
-
systemData
com.azure.core.management.SystemData systemData()Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.- Returns:
- the systemData value.
-
version
String version()Gets the version property: The version of the Extension being received.- Returns:
- the version value.
-
extensionType
String extensionType()Gets the extensionType property: The type of the Extension being received.- Returns:
- the extensionType value.
-
publisher
String publisher()Gets the publisher property: The publisher of the Extension being received.- Returns:
- the publisher value.
-
innerModel
ExtensionValueInner innerModel()Gets the inner com.azure.resourcemanager.hybridcompute.fluent.models.ExtensionValueInner object.- Returns:
- the inner object.
-