public class StorageAccountRegenerateKeysResponse extends OperationResponse
| Constructor and Description |
|---|
StorageAccountRegenerateKeysResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPrimaryKey()
Optional.
|
String |
getSecondaryKey()
Optional.
|
URI |
getUri()
Optional.
|
void |
setPrimaryKey(String primaryKeyValue)
Optional.
|
void |
setSecondaryKey(String secondaryKeyValue)
Optional.
|
void |
setUri(URI uriValue)
Optional.
|
getRequestId, getStatusCode, setRequestId, setStatusCodepublic StorageAccountRegenerateKeysResponse()
public String getPrimaryKey()
public void setPrimaryKey(String primaryKeyValue)
primaryKeyValue - The PrimaryKey value.public String getSecondaryKey()
public void setSecondaryKey(String secondaryKeyValue)
secondaryKeyValue - The SecondaryKey value.public URI getUri()
public void setUri(URI uriValue)
uriValue - The Uri 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.
*/