Click or drag to resize
ResourceAgentsStoreProviderBaseSave Method
Saves the specified name-value pair.

Namespace: Atomia.Provisioning.Base.ResourceAssignmentPolicy
Assembly: Atomia.Provisioning.Base.ResourceAssignmentPolicy (in Atomia.Provisioning.Base.ResourceAssignmentPolicy.dll) Version: 17.3.6337.16010
Syntax
public abstract void Save(
	string name,
	string value,
	ResourceAssignmentPolicyAgentBase agent
)

Parameters

name
Type: SystemString
The name of the property to save.
value
Type: SystemString
Property value.
agent
Type: Atomia.Provisioning.Base.ResourceAssignmentPolicyResourceAssignmentPolicyAgentBase
The resource assignment policy agent.
See Also