1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165
|
package hybriddata
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
//
// Code generated by Microsoft (R) AutoRest Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is regenerated.
// IsJobCancellable enumerates the values for is job cancellable.
type IsJobCancellable string
const (
// Cancellable ...
Cancellable IsJobCancellable = "Cancellable"
// NotCancellable ...
NotCancellable IsJobCancellable = "NotCancellable"
)
// PossibleIsJobCancellableValues returns an array of possible values for the IsJobCancellable const type.
func PossibleIsJobCancellableValues() []IsJobCancellable {
return []IsJobCancellable{Cancellable, NotCancellable}
}
// JobStatus enumerates the values for job status.
type JobStatus string
const (
// Cancelled ...
Cancelled JobStatus = "Cancelled"
// Cancelling ...
Cancelling JobStatus = "Cancelling"
// Failed ...
Failed JobStatus = "Failed"
// InProgress ...
InProgress JobStatus = "InProgress"
// None ...
None JobStatus = "None"
// PartiallySucceeded ...
PartiallySucceeded JobStatus = "PartiallySucceeded"
// Succeeded ...
Succeeded JobStatus = "Succeeded"
// WaitingForAction ...
WaitingForAction JobStatus = "WaitingForAction"
)
// PossibleJobStatusValues returns an array of possible values for the JobStatus const type.
func PossibleJobStatusValues() []JobStatus {
return []JobStatus{Cancelled, Cancelling, Failed, InProgress, None, PartiallySucceeded, Succeeded, WaitingForAction}
}
// RunLocation enumerates the values for run location.
type RunLocation string
const (
// RunLocationAustraliaeast ...
RunLocationAustraliaeast RunLocation = "australiaeast"
// RunLocationAustraliasoutheast ...
RunLocationAustraliasoutheast RunLocation = "australiasoutheast"
// RunLocationBrazilsouth ...
RunLocationBrazilsouth RunLocation = "brazilsouth"
// RunLocationCanadacentral ...
RunLocationCanadacentral RunLocation = "canadacentral"
// RunLocationCanadaeast ...
RunLocationCanadaeast RunLocation = "canadaeast"
// RunLocationCentralindia ...
RunLocationCentralindia RunLocation = "centralindia"
// RunLocationCentralus ...
RunLocationCentralus RunLocation = "centralus"
// RunLocationEastasia ...
RunLocationEastasia RunLocation = "eastasia"
// RunLocationEastus ...
RunLocationEastus RunLocation = "eastus"
// RunLocationEastus2 ...
RunLocationEastus2 RunLocation = "eastus2"
// RunLocationJapaneast ...
RunLocationJapaneast RunLocation = "japaneast"
// RunLocationJapanwest ...
RunLocationJapanwest RunLocation = "japanwest"
// RunLocationKoreacentral ...
RunLocationKoreacentral RunLocation = "koreacentral"
// RunLocationKoreasouth ...
RunLocationKoreasouth RunLocation = "koreasouth"
// RunLocationNone ...
RunLocationNone RunLocation = "none"
// RunLocationNorthcentralus ...
RunLocationNorthcentralus RunLocation = "northcentralus"
// RunLocationNortheurope ...
RunLocationNortheurope RunLocation = "northeurope"
// RunLocationSouthcentralus ...
RunLocationSouthcentralus RunLocation = "southcentralus"
// RunLocationSoutheastasia ...
RunLocationSoutheastasia RunLocation = "southeastasia"
// RunLocationSouthindia ...
RunLocationSouthindia RunLocation = "southindia"
// RunLocationUksouth ...
RunLocationUksouth RunLocation = "uksouth"
// RunLocationUkwest ...
RunLocationUkwest RunLocation = "ukwest"
// RunLocationWestcentralus ...
RunLocationWestcentralus RunLocation = "westcentralus"
// RunLocationWesteurope ...
RunLocationWesteurope RunLocation = "westeurope"
// RunLocationWestindia ...
RunLocationWestindia RunLocation = "westindia"
// RunLocationWestus ...
RunLocationWestus RunLocation = "westus"
// RunLocationWestus2 ...
RunLocationWestus2 RunLocation = "westus2"
)
// PossibleRunLocationValues returns an array of possible values for the RunLocation const type.
func PossibleRunLocationValues() []RunLocation {
return []RunLocation{RunLocationAustraliaeast, RunLocationAustraliasoutheast, RunLocationBrazilsouth, RunLocationCanadacentral, RunLocationCanadaeast, RunLocationCentralindia, RunLocationCentralus, RunLocationEastasia, RunLocationEastus, RunLocationEastus2, RunLocationJapaneast, RunLocationJapanwest, RunLocationKoreacentral, RunLocationKoreasouth, RunLocationNone, RunLocationNorthcentralus, RunLocationNortheurope, RunLocationSouthcentralus, RunLocationSoutheastasia, RunLocationSouthindia, RunLocationUksouth, RunLocationUkwest, RunLocationWestcentralus, RunLocationWesteurope, RunLocationWestindia, RunLocationWestus, RunLocationWestus2}
}
// State enumerates the values for state.
type State string
const (
// Disabled ...
Disabled State = "Disabled"
// Enabled ...
Enabled State = "Enabled"
// Supported ...
Supported State = "Supported"
)
// PossibleStateValues returns an array of possible values for the State const type.
func PossibleStateValues() []State {
return []State{Disabled, Enabled, Supported}
}
// SupportedAlgorithm enumerates the values for supported algorithm.
type SupportedAlgorithm string
const (
// SupportedAlgorithmNone ...
SupportedAlgorithmNone SupportedAlgorithm = "None"
// SupportedAlgorithmPlainText ...
SupportedAlgorithmPlainText SupportedAlgorithm = "PlainText"
// SupportedAlgorithmRSA15 ...
SupportedAlgorithmRSA15 SupportedAlgorithm = "RSA1_5"
// SupportedAlgorithmRSAOAEP ...
SupportedAlgorithmRSAOAEP SupportedAlgorithm = "RSA_OAEP"
)
// PossibleSupportedAlgorithmValues returns an array of possible values for the SupportedAlgorithm const type.
func PossibleSupportedAlgorithmValues() []SupportedAlgorithm {
return []SupportedAlgorithm{SupportedAlgorithmNone, SupportedAlgorithmPlainText, SupportedAlgorithmRSA15, SupportedAlgorithmRSAOAEP}
}
// UserConfirmation enumerates the values for user confirmation.
type UserConfirmation string
const (
// NotRequired ...
NotRequired UserConfirmation = "NotRequired"
// Required ...
Required UserConfirmation = "Required"
)
// PossibleUserConfirmationValues returns an array of possible values for the UserConfirmation const type.
func PossibleUserConfirmationValues() []UserConfirmation {
return []UserConfirmation{NotRequired, Required}
}
|