LifecycleRuleTransitions Property |
Gets or sets the transition.
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public LifecycleRuleLifeCycleTransition[] Transitions { get; set; }
Public Property Transitions As LifecycleRuleLifeCycleTransition()
Get
Set
public:
property array<LifecycleRuleLifeCycleTransition^>^ Transitions {
array<LifecycleRuleLifeCycleTransition^>^ get ();
void set (array<LifecycleRuleLifeCycleTransition^>^ value);
}
member Transitions : LifecycleRuleLifeCycleTransition[] with get, set
Property Value
Type:
LifecycleRuleLifeCycleTransitionThe transition.
See Also