public class StorageAccountProperties extends Object
| Constructor and Description |
|---|
StorageAccountProperties()
Initializes a new instance of the StorageAccountProperties class.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountType()
Optional.
|
String |
getAffinityGroup()
Optional.
|
String |
getDescription()
Optional.
|
ArrayList<URI> |
getEndpoints()
Optional.
|
String |
getGeoPrimaryRegion()
Optional.
|
String |
getGeoSecondaryRegion()
Optional.
|
String |
getLabel()
Optional.
|
Calendar |
getLastGeoFailoverTime()
Optional.
|
String |
getLocation()
Optional.
|
StorageAccountStatus |
getStatus()
Optional.
|
GeoRegionStatus |
getStatusOfGeoPrimaryRegion()
Optional.
|
GeoRegionStatus |
getStatusOfGeoSecondaryRegion()
Optional.
|
void |
setAccountType(String accountTypeValue)
Optional.
|
void |
setAffinityGroup(String affinityGroupValue)
Optional.
|
void |
setDescription(String descriptionValue)
Optional.
|
void |
setEndpoints(ArrayList<URI> endpointsValue)
Optional.
|
void |
setGeoPrimaryRegion(String geoPrimaryRegionValue)
Optional.
|
void |
setGeoSecondaryRegion(String geoSecondaryRegionValue)
Optional.
|
void |
setLabel(String labelValue)
Optional.
|
void |
setLastGeoFailoverTime(Calendar lastGeoFailoverTimeValue)
Optional.
|
void |
setLocation(String locationValue)
Optional.
|
void |
setStatus(StorageAccountStatus statusValue)
Optional.
|
void |
setStatusOfGeoPrimaryRegion(GeoRegionStatus statusOfGeoPrimaryRegionValue)
Optional.
|
void |
setStatusOfGeoSecondaryRegion(GeoRegionStatus statusOfGeoSecondaryRegionValue)
Optional.
|
public StorageAccountProperties()
public String getAccountType()
public void setAccountType(String accountTypeValue)
accountTypeValue - The AccountType value.public String getAffinityGroup()
public void setAffinityGroup(String affinityGroupValue)
affinityGroupValue - The AffinityGroup value.public String getDescription()
public void setDescription(String descriptionValue)
descriptionValue - The Description value.public ArrayList<URI> getEndpoints()
public void setEndpoints(ArrayList<URI> endpointsValue)
endpointsValue - The Endpoints value.public String getGeoPrimaryRegion()
public void setGeoPrimaryRegion(String geoPrimaryRegionValue)
geoPrimaryRegionValue - The GeoPrimaryRegion value.public String getGeoSecondaryRegion()
public void setGeoSecondaryRegion(String geoSecondaryRegionValue)
geoSecondaryRegionValue - The GeoSecondaryRegion value.public String getLabel()
public void setLabel(String labelValue)
labelValue - The Label value.public Calendar getLastGeoFailoverTime()
public void setLastGeoFailoverTime(Calendar lastGeoFailoverTimeValue)
lastGeoFailoverTimeValue - The LastGeoFailoverTime value.public String getLocation()
public void setLocation(String locationValue)
locationValue - The Location value.public StorageAccountStatus getStatus()
public void setStatus(StorageAccountStatus statusValue)
statusValue - The Status value.public GeoRegionStatus getStatusOfGeoPrimaryRegion()
public void setStatusOfGeoPrimaryRegion(GeoRegionStatus statusOfGeoPrimaryRegionValue)
statusOfGeoPrimaryRegionValue - The StatusOfGeoPrimaryRegion value.public GeoRegionStatus getStatusOfGeoSecondaryRegion()
public void setStatusOfGeoSecondaryRegion(GeoRegionStatus statusOfGeoSecondaryRegionValue)
statusOfGeoSecondaryRegionValue - The StatusOfGeoSecondaryRegion
value./**
* 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.
*/