ServiceClientHelpers.GetServiceClientRetentionScheduleFormat Method

Definition

Gets the retention schedule format using which the service client calls are to be made to contact the backend service. This is determined by the retention schedule format of powershell object.

public static string GetServiceClientRetentionScheduleFormat (Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionScheduleFormat? pSRetentionScheduleFormat);
static member GetServiceClientRetentionScheduleFormat : Nullable<Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionScheduleFormat> -> string
Public Shared Function GetServiceClientRetentionScheduleFormat (pSRetentionScheduleFormat As Nullable(Of RetentionScheduleFormat)) As String

Parameters

pSRetentionScheduleFormat
Nullable<RetentionScheduleFormat>

Powershell retention schedule format enum value

Returns

Service retention schedule format

Applies to