Click or drag to resize

UnscheduleImageStreamBackupRequest Class

Parameters of the deletion of ImageStream Schedules.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.DataContracts.RequestsAuthorizedRequest
    SOS.SDK.Contracts.DataContracts.RequestsScheduleWithAccountNameRequest
      SOS.SDK.Contracts.DataContracts.RequestsUnscheduleImageStreamBackupRequest

Namespace:  SOS.SDK.Contracts.DataContracts.Requests
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public class UnscheduleImageStreamBackupRequest : ScheduleWithAccountNameRequest

The UnscheduleImageStreamBackupRequest type exposes the following members.

Constructors
  NameDescription
Public methodUnscheduleImageStreamBackupRequest
Initializes a new instance of the UnscheduleImageStreamBackupRequest class
Top
Properties
  NameDescription
Public propertyAccountName
Name of the Backup Account.
(Inherited from ScheduleWithAccountNameRequest.)
Public propertyExcludedTasksNames
Exclusions list for skipping tasks on deletion.
Public propertyIdentity
Identity IdentityContract object with valid SDK Token.
(Inherited from AuthorizedRequest.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetIdentity
Get associated IdentityContract instance.
(Inherited from AuthorizedRequest.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also