ProviderInstance Interface

public interface ProviderInstance

An immutable client-side representation of ProviderInstance.

Method Summary

Modifier and Type Method and Description
abstract ProviderInstancePropertiesErrors 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 UserAssignedServiceIdentity identity()

Gets the identity property: [currently not in use] Managed service identity(user assigned identities).

abstract ProviderInstanceInner innerModel()

Gets the inner com.azure.resourcemanager.workloads.fluent.models.ProviderInstanceInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract ProviderSpecificProperties providerSettings()

Gets the providerSettings property: Defines the provider specific properties.

abstract WorkloadMonitorProvisioningState provisioningState()

Gets the provisioningState property: State of provisioning of the provider instance.

abstract ProviderInstance refresh()

Refreshes the resource to sync with Azure.

abstract ProviderInstance refresh(Context context)

Refreshes the resource to sync with Azure.

abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

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:

the errors value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

identity

public abstract UserAssignedServiceIdentity identity()

Gets the identity property: [currently not in use] Managed service identity(user assigned identities).

Returns:

the identity value.

innerModel

public abstract ProviderInstanceInner innerModel()

Gets the inner com.azure.resourcemanager.workloads.fluent.models.ProviderInstanceInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

providerSettings

public abstract ProviderSpecificProperties providerSettings()

Gets the providerSettings property: Defines the provider specific properties.

Returns:

the providerSettings value.

provisioningState

public abstract WorkloadMonitorProvisioningState provisioningState()

Gets the provisioningState property: State of provisioning of the provider instance.

Returns:

the provisioningState value.

refresh

public abstract ProviderInstance refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract ProviderInstance refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

systemData

public abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to