public OperatingSystemListFamiliesResponse.OperatingSystem()
Method Detail
isActive
public boolean isActive()
Optional. Indicates whether this operating system version is
currently active for running a service. If an operating system
version is active, you can manually configure your service to run on
that version. An operating system version may be inactive for one of
two reasons: 1. It is not yet active as it is in the process of
being rolled out to Azure data centers. If your service is
configured to use auto-upgrade, it will be upgraded to the new
operating system version during the rollout. If you are manually
configuring your operating system version, you can upgrade to the
latest version once it becomes active. 2. It is no longer supported
for running a service. In this case you will either need to manually
configure your service to run on a newer version, or configure your
service to use auto-upgrade to manage operating system upgrades.
Returns:
The IsActive value.
setIsActive
public void setIsActive(boolean isActiveValue)
Optional. Indicates whether this operating system version is
currently active for running a service. If an operating system
version is active, you can manually configure your service to run on
that version. An operating system version may be inactive for one of
two reasons: 1. It is not yet active as it is in the process of
being rolled out to Azure data centers. If your service is
configured to use auto-upgrade, it will be upgraded to the new
operating system version during the rollout. If you are manually
configuring your operating system version, you can upgrade to the
latest version once it becomes active. 2. It is no longer supported
for running a service. In this case you will either need to manually
configure your service to run on a newer version, or configure your
service to use auto-upgrade to manage operating system upgrades.
Parameters:
isActiveValue - The IsActive value.
isDefault
public boolean isDefault()
Optional. Indicates whether this operating system version is the
default version for a service that has not otherwise specified a
particular version. The default operating system version is applied
to services that are configured for auto-upgrade. An operating
system family has exactly one default operating system version at
any given time, for which the IsDefault element is set to true; for
all other versions, IsDefault is set to false.
Returns:
The IsDefault value.
setIsDefault
public void setIsDefault(boolean isDefaultValue)
Optional. Indicates whether this operating system version is the
default version for a service that has not otherwise specified a
particular version. The default operating system version is applied
to services that are configured for auto-upgrade. An operating
system family has exactly one default operating system version at
any given time, for which the IsDefault element is set to true; for
all other versions, IsDefault is set to false.
Optional. The operating system version. This value corresponds to the
configuration value for specifying that your service is to run on a
particular version of the Azure guest operating system. See
Configuring Settings for the Windows Azure Guest OS for additional
details.
Optional. The operating system version. This value corresponds to the
configuration value for specifying that your service is to run on a
particular version of the Azure guest operating system. See
Configuring Settings for the Windows Azure Guest OS for additional
details.
/** * Copyright Microsoft Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */