ProviderInstance Interface
public interface ProviderInstance
An immutable client-side representation of ProviderInstance.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Provider |
errors()
Gets the errors property: Defines the provider instance errors. |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
User |
identity()
Gets the identity property: [currently not in use] Managed service identity(user assigned identities). |
|
abstract
Provider |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Provider |
providerSettings()
Gets the provider |
|
abstract
Workload |
provisioningState()
Gets the provisioning |
|
abstract
Provider |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Provider |
refresh(Context context)
Refreshes the resource to sync with Azure. |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
Method Details
errors
public abstract ProviderInstancePropertiesErrors errors()
Gets the errors property: Defines the provider instance errors.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
identity
public abstract UserAssignedServiceIdentity identity()
Gets the identity property: [currently not in use] Managed service identity(user assigned identities).
Returns:
innerModel
public abstract ProviderInstanceInner innerModel()
Gets the inner com.azure.resourcemanager.workloads.fluent.models.ProviderInstanceInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
providerSettings
public abstract ProviderSpecificProperties providerSettings()
Gets the providerSettings property: Defines the provider specific properties.
Returns:
provisioningState
public abstract WorkloadMonitorProvisioningState provisioningState()
Gets the provisioningState property: State of provisioning of the provider instance.
Returns:
refresh
public abstract ProviderInstance refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract ProviderInstance refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns: