Uses of Class
com.azure.resourcemanager.securityinsights.models.Version
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of Version in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionSourceControlInner.version()
Get the version property: The version number associated with the source control.SourceControlProperties.version()
Get the version property: The version number associated with the source control.Modifier and TypeMethodDescriptionSourceControlInner.withVersion
(Version version) Set the version property: The version number associated with the source control.SourceControlProperties.withVersion
(Version version) Set the version property: The version number associated with the source control. -
Uses of Version in com.azure.resourcemanager.securityinsights.models
Modifier and TypeFieldDescriptionstatic final Version
Version.V1
Static value V1 for Version.static final Version
Version.V2
Static value V2 for Version.Modifier and TypeMethodDescriptionstatic Version
Version.fromString
(String name) Creates or finds a Version from its string representation.SourceControl.version()
Gets the version property: The version number associated with the source control.Modifier and TypeMethodDescriptionstatic Collection<Version>
Version.values()
Gets known Version values.Modifier and TypeMethodDescriptionSourceControl.DefinitionStages.WithVersion.withVersion
(Version version) Specifies the version property: The version number associated with the source control.