Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions profiles/preview/network/mgmt/network/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,13 @@ const (
X86 ProcessorArchitecture = original.X86
)

type ProtectionCoverage = original.ProtectionCoverage

const (
ProtectionCoverageBasic ProtectionCoverage = original.ProtectionCoverageBasic
ProtectionCoverageStandard ProtectionCoverage = original.ProtectionCoverageStandard
)

type Protocol = original.Protocol

const (
Expand Down Expand Up @@ -1024,6 +1031,7 @@ type DdosProtectionPlanListResultPage = original.DdosProtectionPlanListResultPag
type DdosProtectionPlanPropertiesFormat = original.DdosProtectionPlanPropertiesFormat
type DdosProtectionPlansCreateOrUpdateFuture = original.DdosProtectionPlansCreateOrUpdateFuture
type DdosProtectionPlansDeleteFuture = original.DdosProtectionPlansDeleteFuture
type DdoSSettings = original.DdoSSettings
type Delegation = original.Delegation
type DeviceProperties = original.DeviceProperties
type DhcpOptions = original.DhcpOptions
Expand Down Expand Up @@ -2017,6 +2025,9 @@ func PossibleProbeProtocolValues() []ProbeProtocol {
func PossibleProcessorArchitectureValues() []ProcessorArchitecture {
return original.PossibleProcessorArchitectureValues()
}
func PossibleProtectionCoverageValues() []ProtectionCoverage {
return original.PossibleProtectionCoverageValues()
}
func PossibleProtocolValues() []Protocol {
return original.PossibleProtocolValues()
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 31 additions & 0 deletions services/network/mgmt/2018-08-01/network/models.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.