ArmHciModelFactory.SecretsLocationsChangeContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Update secrets locations change Request.
public static Azure.ResourceManager.Hci.Models.SecretsLocationsChangeContent SecretsLocationsChangeContent(System.Collections.Generic.IEnumerable<Azure.ResourceManager.Hci.Models.SecretsLocationDetails> properties = default);
static member SecretsLocationsChangeContent : seq<Azure.ResourceManager.Hci.Models.SecretsLocationDetails> -> Azure.ResourceManager.Hci.Models.SecretsLocationsChangeContent
Public Shared Function SecretsLocationsChangeContent (Optional properties As IEnumerable(Of SecretsLocationDetails) = Nothing) As SecretsLocationsChangeContent
Parameters
- properties
- IEnumerable<SecretsLocationDetails>
List of secret locations.
Returns
A new SecretsLocationsChangeContent instance for mocking.